Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.cpp284 inline bool BackendSync::waitTillBlockReleased(intptr_t startModifiedCnt) in waitTillBlockReleased()
637 FreeBlock *Backend::releaseMemInCaches(intptr_t startModifiedCnt, in releaseMemInCaches()
655 FreeBlock *Backend::askMemFromOS(size_t blockSize, intptr_t startModifiedCnt, in askMemFromOS()
808 const intptr_t startModifiedCnt = bkndSync.getNumOfMods(); in genericGetBlock() local