VirtualBox

Changeset 91477 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 29, 2021 11:27:09 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/memobj-r0drv-linux.c: todo. bugref:10112

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c

    r91446 r91477  
    355355     {
    356356# ifdef __GFP_REPEAT
    357          /* Try hard to allocate the memory, but the allocation attempt might fail. */
     357        /* Try hard to allocate the memory, but the allocation attempt might fail. */
    358358        fFlagsLnx |= __GFP_REPEAT;
    359359# endif
     
    392392    if (!fContiguous)
    393393    {
     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. */
    394397        for (iPage = 0; iPage < cPages; iPage++)
    395398        {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette