Changeset 100362 in vbox for trunk/include
- Timestamp:
- Jul 4, 2023 7:22:35 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r100267 r100362 484 484 * 485 485 * @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 */ 488 DECLR0VBGL(int) VbglR0PhysHeapInit(RTHCPHYS HCPhysMax); 490 489 491 490 /**
Note:
See TracChangeset
for help on using the changeset viewer.