VirtualBox

Changeset 100362 in vbox for trunk/include


Ignore:
Timestamp:
Jul 4, 2023 7:22:35 AM (18 months ago)
Author:
vboxsync
Message:

Additions/VBoxGuest/VBoxGuestR0LibPhysHeap: Make use of the RTR0MemObjContAlloc() API and support allocating memory above 4GiB, bugref:10457 [missing file]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuestLib.h

    r100267 r100362  
    484484 *
    485485 * @returns VBox status code.
    486  * @param   fAlloc32BitAddr     Flag whether all allocations should be below 4GiB,
    487  *                              so they fit into a 32-bit address.
    488  */
    489 DECLR0VBGL(int)     VbglR0PhysHeapInit(bool fAlloc32BitAddr);
     486 * @param   HCPhysMax           The maximum physical address for any allocation, inclusive.
     487 */
     488DECLR0VBGL(int)     VbglR0PhysHeapInit(RTHCPHYS HCPhysMax);
    490489
    491490/**
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