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

/vbox/src/VBox/Runtime/common/alloc/
H A Dmemcache.cpp395 int32_t cNewFree = ASMAtomicDecS32(&pThis->cFree); local
396 if (RT_LIKELY(cNewFree < 0))
399 if ( (uint32_t)(cTotal + -cNewFree) > pThis->cMax
400 || (uint32_t)(cTotal + -cNewFree) <= cTotal)

Completed in 43 milliseconds