Searched refs:LocalLOCImpl (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/src/tbbmalloc/ |
| H A D | frontend.cpp | 563 class LocalLOCImpl { class 576 LocalLOCImpl() : tail(nullptr), head(nullptr), totalSize(0), numOfBlocks(0) {} in LocalLOCImpl() function in rml::internal::LocalLOCImpl 584 typedef LocalLOCImpl<8,32> LocalLOC; // set production code parameters 2196 bool LocalLOCImpl<LOW_MARK, HIGH_MARK>::put(LargeMemoryBlock *object, ExtMemoryPool *extMemPool) in put() 2236 LargeMemoryBlock *LocalLOCImpl<LOW_MARK, HIGH_MARK>::get(size_t size) in get() 2272 bool LocalLOCImpl<LOW_MARK, HIGH_MARK>::externalCleanup(ExtMemoryPool *extMemPool) in externalCleanup()
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_whitebox.cpp | 524 const size_t maxLocalLOCSize = LocalLOCImpl<3,30>::getMaxSize(); in TestPools() 541 LocalLOCImpl<2, 20> lLOC; in TestPools()
|