Home
last modified time | relevance | path

Searched refs:startModifiedCnt (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dbackend.h48 inline bool waitTillBlockReleased(intptr_t startModifiedCnt);
299 FreeBlock *askMemFromOS(size_t totalReqSize, intptr_t startModifiedCnt,
317 …FreeBlock *releaseMemInCaches(intptr_t startModifiedCnt, int *lockedBinsThreshold, int numOfLocked…
H A Dbackend.cpp284 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
[all …]