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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp491 } aDieAllocators[2]; member in struct:RTDBGMODDWARF
3985 uint32_t iAllocator = pDieDesc->cbDie > pThis->aDieAllocators[0].cbMax;
3986 Assert(pDieDesc->cbDie <= pThis->aDieAllocators[iAllocator].cbMax);
3987 PRTDWARFDIE pDie = (PRTDWARFDIE)RTMemCacheAlloc(pThis->aDieAllocators[iAllocator].hMemCache);
4028 RTMemCacheFree(pThis->aDieAllocators[pChild->iAllocator].hMemCache, pChild);
4047 RTMemCacheFree(pThis->aDieAllocators[pDie->iAllocator].hMemCache, pDie);
4653 uint32_t i = RT_ELEMENTS(pThis->aDieAllocators);
4656 RTMemCacheDestroy(pThis->aDieAllocators[i].hMemCache);
4657 pThis->aDieAllocators[i].hMemCache = NIL_RTMEMCACHE;
4811 AssertCompile(RT_ELEMENTS(pThis->aDieAllocators)
[all...]

Completed in 64 milliseconds