VirtualBox

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


Ignore:
Timestamp:
Sep 29, 2021 11:43:57 PM (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

    r91478 r91479  
    451451 *                          zero the entire object is mapped. The value must be
    452452 *                          page aligned.
     453 * @param   pszTag          Allocation tag used for statistics and such.
    453454 */
    454455DECLHIDDEN(int) rtR0MemObjNativeMapKernel(PPRTR0MEMOBJINTERNAL ppMem, RTR0MEMOBJ pMemToMap, void *pvFixed, size_t uAlignment,
    455                                           unsigned fProt, size_t offSub, size_t cbSub);
     456                                          unsigned fProt, size_t offSub, size_t cbSub, const char *pszTag);
    456457
    457458/**
     
    471472 *                          zero the entire object is mapped. The value must be
    472473 *                          page aligned.
     474 * @param   pszTag          Allocation tag used for statistics and such.
    473475 */
    474476DECLHIDDEN(int) rtR0MemObjNativeMapUser(PPRTR0MEMOBJINTERNAL ppMem, PRTR0MEMOBJINTERNAL pMemToMap, RTR3PTR R3PtrFixed,
    475                                         size_t uAlignment, unsigned fProt, RTR0PROCESS R0Process, size_t offSub, size_t cbSub);
     477                                        size_t uAlignment, unsigned fProt, RTR0PROCESS R0Process, size_t offSub, size_t cbSub,
     478                                        const char *pszTag);
    476479
    477480/**
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