Searched defs:iAllocator (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp670 uint8_t iAllocator; member in struct:RTDWARFDIE
3985 uint32_t iAllocator = pDieDesc->cbDie > pThis->aDieAllocators[0].cbMax; local
3986 Assert(pDieDesc->cbDie <= pThis->aDieAllocators[iAllocator].cbMax);
3987 PRTDWARFDIE pDie = (PRTDWARFDIE)RTMemCacheAlloc(pThis->aDieAllocators[iAllocator].hMemCache);
3995 pDie->iAllocator = iAllocator;
4028 RTMemCacheFree(pThis->aDieAllocators[pChild->iAllocator].hMemCache, pChild);
4047 RTMemCacheFree(pThis->aDieAllocators[pDie->iAllocator].hMemCache, pDie);

Completed in 65 milliseconds