VirtualBox

Changeset 91481 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Sep 30, 2021 12:06:31 AM (3 years ago)
Author:
vboxsync
Message:

IPRT/memobj: Passing pszTag around...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/memobj.h

    r91480 r91481  
    383383 * @param   uAlignment      The alignment of the reserved memory.
    384384 *                          Supported values are PAGE_SIZE, _2M, _4M and _1G.
    385  */
    386 DECLHIDDEN(int) rtR0MemObjNativeAllocPhys(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest, size_t uAlignment);
     385 * @param   pszTag          Allocation tag used for statistics and such.
     386 */
     387DECLHIDDEN(int) rtR0MemObjNativeAllocPhys(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest, size_t uAlignment,
     388                                          const char *pszTag);
    387389
    388390/**
     
    396398 * @param   PhysHighest     The highest permitable address (inclusive).
    397399 *                          NIL_RTHCPHYS if any address is acceptable.
    398  */
    399 DECLHIDDEN(int) rtR0MemObjNativeAllocPhysNC(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest);
     400 * @param   pszTag          Allocation tag used for statistics and such.
     401 */
     402DECLHIDDEN(int) rtR0MemObjNativeAllocPhysNC(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest, const char *pszTag);
    400403
    401404/**
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