Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp378 MALLOC_ASSERT(isStartupAllocObject() || objectSize<minLargeObjectSize, in getSize()
380 return isStartupAllocObject()? 0 : objectSize; in getSize()
384 bool isStartupAllocObject() const { return objectSize == startupAllocObjSizeMark; } in isStartupAllocObject() function in rml::internal::Block
1716 if (!isStartupAllocObject()) in reset()
2537 if (block->isStartupAllocObject()) { in freeSmallObject()