VirtualBox

Changeset 97939 in vbox


Ignore:
Timestamp:
Jan 2, 2023 3:15:15 PM (2 years ago)
Author:
vboxsync
Message:

Add/VBoxGuestR0LibPhysHeap.cpp: Renamed some members and variables, no code change.

File:
1 edited

Legend:

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

    r97914 r97939  
    494494 *
    495495 * @returns Virtual address of the allocated memory block.
    496  * @param cbSize    Size of block to be allocated.
    497  */
    498 DECLR0VBGL(void *)  VbglR0PhysHeapAlloc(uint32_t cbSize);
     496 * @param   cb      Number of bytes to allocate.
     497 */
     498DECLR0VBGL(void *)  VbglR0PhysHeapAlloc(uint32_t cb);
    499499
    500500/**
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