Changeset 91477 in vbox for trunk/src/VBox
- Timestamp:
- Sep 29, 2021 11:27:09 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
r91446 r91477 355 355 { 356 356 # ifdef __GFP_REPEAT 357 357 /* Try hard to allocate the memory, but the allocation attempt might fail. */ 358 358 fFlagsLnx |= __GFP_REPEAT; 359 359 # endif … … 392 392 if (!fContiguous) 393 393 { 394 /** @todo Try use alloc_pages_bulk_array when available, it should be faster 395 * than a alloc_page loop. Put it in #ifdefs similar to 396 * IPRT_USE_APPLY_TO_PAGE_RANGE_FOR_EXEC. */ 394 397 for (iPage = 0; iPage < cPages; iPage++) 395 398 {
Note:
See TracChangeset
for help on using the changeset viewer.