Changeset 87600 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 4, 2021 12:14:51 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/DBGFR0Bp.cpp
r87107 r87600 245 245 { 246 246 /* 247 * Figure out how much memory we need for the L1 lookup tableand allocate it.247 * Figure out how much memory we need for the owner tables and allocate it. 248 248 */ 249 249 uint32_t const cbBpOwnerR0 = RT_ALIGN_32(DBGF_BP_OWNER_COUNT_MAX * sizeof(DBGFBPOWNERINTR0), PAGE_SIZE);
Note:
See TracChangeset
for help on using the changeset viewer.