Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp284 inline TLSData *getTLS(bool create);
990 TLSData* MemoryPool::getTLS(bool create) in getTLS() function in rml::internal::MemoryPool
1009 TLSData* tls = getTLS(/*create=*/false); in getEmptyBlock()
1064 getTLS(/*create=*/false)->freeSlabBlocks.returnBlock(block); in returnEmptyBlock()
2389 TLSData *tls = memPool->getTLS(/*create=*/true); in allocateAligned()
2559 TLSData *tls = memPool->getTLS(/*create=*/true); in internalPoolMalloc()
2643 memPool->putToLLOCache(memPool->getTLS(/*create=*/false), object); in internalPoolFree()
2871 defaultMemPool->onThreadShutdown(defaultMemPool->getTLS(/*create=*/false)); in doThreadShutdownNotification()
2878 memPool->onThreadShutdown(memPool->getTLS(/*create=*/false)); in doThreadShutdownNotification()
2972 TLSData *tls = defaultMemPool->getTLS(/*create=*/false); in __TBB_malloc_safer_free()
[all …]
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp890 TLSData *tlsCurr = defaultMemPool->getTLS(/*create=*/false); in operator ()()
1357 TLSData *tls = defaultMemPool->getTLS(/*create=*/false); in TestReallocDecreasing()