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

/vbox/src/VBox/Runtime/common/alloc/
H A Dmemcache.cpp88 void volatile *pbmCtor; member in struct:RTMEMCACHEPAGE
264 if (ASMBitTestAndClear(pPage->pbmCtor, iObj))
314 pPage->pbmCtor = pb;
320 Assert((uintptr_t)pPage->pbmCtor + pThis->cBits / 8 <= (uintptr_t)pPage->pbmAlloc);
469 && !ASMAtomicBitTestAndSet(pPage->pbmCtor, iObj))
474 ASMAtomicBitClear(pPage->pbmCtor, iObj);

Completed in 42 milliseconds