Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h592 bool hardCachesCleanup(bool wait);
H A Dbackend.cpp641 if (extMemPool->hardCachesCleanup(false)) in releaseMemInCaches()
753 extMemPool->hardCachesCleanup(true); in releaseCachesToLimit()
H A Dlarge_objects.cpp1031 bool ExtMemoryPool::hardCachesCleanup(bool wait) in hardCachesCleanup() function in rml::internal::ExtMemoryPool
H A Dfrontend.cpp3301 released = defaultMemPool->extMemPool.hardCachesCleanup(true); in scalable_allocation_command()