Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp565 static const size_t MAX_TOTAL_SIZE = 4*1024*1024; member in rml::internal::LocalLOCImpl
577 static size_t getMaxSize() { return MAX_TOTAL_SIZE; } in getMaxSize()
2200 if (size > MAX_TOTAL_SIZE) in put()
2218 if (totalSize > MAX_TOTAL_SIZE || numOfBlocks >= HIGH_MARK) { in put()
2220 while (totalSize > MAX_TOTAL_SIZE || numOfBlocks > LOW_MARK) { in put()
2240 if (size > MAX_TOTAL_SIZE) in get()