Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp547 class ResOfGet { class in rml::internal::FreeBlockPool
548 ResOfGet() = delete;
552 ResOfGet(Block *b, bool lastMiss) : block(b), lastAccMiss(lastMiss) {} in ResOfGet() function in rml::internal::FreeBlockPool::ResOfGet
557 ResOfGet getBlock();
1011 FreeBlockPool::ResOfGet resOfGet = tls? in getEmptyBlock()
1012 tls->freeSlabBlocks.getBlock() : FreeBlockPool::ResOfGet(nullptr, false); in getEmptyBlock()
1648 FreeBlockPool::ResOfGet FreeBlockPool::getBlock() in getBlock()
1661 return ResOfGet(b, lastAccessMiss); in getBlock()