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

/vbox/src/VBox/Runtime/common/alloc/
H A Dmemcache.cpp262 uint32_t iObj = pPage->cObjects; local
263 while (iObj-- > 0)
264 if (ASMBitTestAndClear(pPage->pbmCtor, iObj))
265 pThis->pfnDtor(hMemCache, pPage->pbObjects + iObj * pThis->cbObject, pThis->pvUser);
418 int32_t iObj = pPage ? rtMemCacheGrabObj(pPage) : -1; local
419 if (iObj < 0)
425 iObj = rtMemCacheGrabObj(pPage);
426 if (iObj >= 0)
428 if (iObj > 0)
433 if (iObj >
517 uintptr_t iObj = offObj / pThis->cbObject; local
569 uintptr_t iObj = offObj / pThis->cbObject; local
[all...]

Completed in 32 milliseconds