Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp81 const uint16_t startupAllocObjSizeMark = ~(uint16_t)0; variable
384 bool isStartupAllocObject() const { return objectSize == startupAllocObjSizeMark; } in isStartupAllocObject()
399 if (startupAllocObjSizeMark == objectSize) // startup block in checkFreePrecond()
1863 block->objectSize = startupAllocObjSizeMark; in getBlock()
1909 MALLOC_ASSERT(startupAllocObjSizeMark==objectSize in free()