Changeset 97939 in vbox
- Timestamp:
- Jan 2, 2023 3:15:15 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r97914 r97939 494 494 * 495 495 * @returns Virtual address of the allocated memory block. 496 * @param cbSize Size of block to be allocated.497 */ 498 DECLR0VBGL(void *) VbglR0PhysHeapAlloc(uint32_t cb Size);496 * @param cb Number of bytes to allocate. 497 */ 498 DECLR0VBGL(void *) VbglR0PhysHeapAlloc(uint32_t cb); 499 499 500 500 /**
Note:
See TracChangeset
for help on using the changeset viewer.