Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.cpp192 …bool isLastRegionBlock() const { return value.load(std::memory_order_relaxed) == LAST_REGION_BLOCK… in isLastRegionBlock() function in rml::internal::GuardedSize
238 bool isLastRegionBlock() const { return myL.isLastRegionBlock(); } in isLastRegionBlock() function in rml::internal::FreeBlock
972 if (!right->isLastRegionBlock()) in remap()