Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.cpp157 class GuardedSize : tbb::detail::no_copy { class
208 GuardedSize myL, // lock for me
246 if (sz <= GuardedSize::MAX_LOCKED_VAL) in tryLockBlock()
249 if (rSz <= GuardedSize::MAX_LOCKED_VAL) { in tryLockBlock()
1053 if (leftSz != GuardedSize::LOCKED) { in doCoalesc()
1054 if (leftSz == GuardedSize::COAL_BLOCK) { in doCoalesc()
1060 if (lSz <= GuardedSize::MAX_LOCKED_VAL) { in doCoalesc()
1076 if (rightSz != GuardedSize::LOCKED) { in doCoalesc()
1078 if (GuardedSize::LAST_REGION_BLOCK == rightSz) { in doCoalesc()
1091 if (rSz <= GuardedSize::MAX_LOCKED_VAL) { in doCoalesc()
[all …]