Searched refs:startupAllocObjSizeMark (Results 1 – 1 of 1) sorted by relevance
81 const uint16_t startupAllocObjSizeMark = ~(uint16_t)0; variable384 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()