Lines Matching refs:startModifiedCnt
284 inline bool BackendSync::waitTillBlockReleased(intptr_t startModifiedCnt) in waitTillBlockReleased() argument
331 return startModifiedCnt != getNumOfMods(); in waitTillBlockReleased()
637 FreeBlock *Backend::releaseMemInCaches(intptr_t startModifiedCnt, in releaseMemInCaches() argument
644 if (bkndSync.waitTillBlockReleased(startModifiedCnt)) in releaseMemInCaches()
655 FreeBlock *Backend::askMemFromOS(size_t blockSize, intptr_t startModifiedCnt, in askMemFromOS() argument
682 return releaseMemInCaches(startModifiedCnt, lockedBinsThreshold, numOfLockedBins); in askMemFromOS()
689 if (bkndSync.waitTillBlockReleased(startModifiedCnt) in askMemFromOS()
694 if (startModifiedCnt != bkndSync.getNumOfMods()) { in askMemFromOS()
719 return releaseMemInCaches(startModifiedCnt, lockedBinsThreshold, numOfLockedBins); in askMemFromOS()
808 const intptr_t startModifiedCnt = bkndSync.getNumOfMods(); in genericGetBlock() local
838 block = askMemFromOS(totalReqSize, startModifiedCnt, &lockedBinsThreshold, in genericGetBlock()