Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.cpp164 LAST_REGION_BLOCK, // used to mark last block in region enumerator
166 MAX_SPEC_VAL = LAST_REGION_BLOCK
192 …ol isLastRegionBlock() const { return value.load(std::memory_order_relaxed) == LAST_REGION_BLOCK; } in isLastRegionBlock()
1078 if (GuardedSize::LAST_REGION_BLOCK == rightSz) { in doCoalesc()
1079 right->setMeFree(GuardedSize::LAST_REGION_BLOCK); in doCoalesc()
1109 if (nextRightSz == GuardedSize::LAST_REGION_BLOCK) in doCoalesc()
1271 lastBl->setMeFree(GuardedSize::LAST_REGION_BLOCK); in startUseBlock()