Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp226 inline bool lessThanWithOverflow(intptr_t a, intptr_t b) in lessThanWithOverflow() function
520 MALLOC_ASSERT(!helper || lessThanWithOverflow(helper->age, toRelease->age), in releaseAllToBackend()
640 …MALLOC_ASSERT(!nextAge || lessThanWithOverflow(nextAge, last.load(std::memory_order_relaxed)->age), in cleanToThreshold()