Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.h299 FreeBlock *askMemFromOS(size_t totalReqSize, intptr_t startModifiedCnt,
H A Dbackend.cpp792 const size_t totalReqSize = num*size; in genericGetBlock() local
794 const int nativeBin = sizeToBin(totalReqSize); in genericGetBlock()
803 AtomicUpdate(maxRequestedSize, totalReqSize, MaxRequestComparator(this)); in genericGetBlock()
838 block = askMemFromOS(totalReqSize, startModifiedCnt, &lockedBinsThreshold, in genericGetBlock()