Changeset 91389 in vbox for trunk/src/VBox
- Timestamp:
- Sep 27, 2021 11:41:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp
r82968 r91389 546 546 } 547 547 } 548 549 /** @todo 550 * For large page allocations use MM_ALLOCATE_FAST_LARGE_PAGES ... 551 * MM_ALLOCATE_REQUIRE_CONTIGUOUS_CHUNKS 552 */ 548 553 549 554 return rtR0MemObjNativeAllocContEx(ppMem, cb, false, PhysHighest, uAlignment);
Note:
See TracChangeset
for help on using the changeset viewer.