Searched refs:startupAllocObjSizeMark (Results 1 – 5 of 5) sorted by relevance
93 const uint16_t startupAllocObjSizeMark = ~(uint16_t)0; variable384 bool isStartupAllocObject() const { return objectSize == startupAllocObjSizeMark; } in isStartupAllocObject()397 if (startupAllocObjSizeMark == objectSize) // startup block in checkFreePrecond()1828 block->objectSize = startupAllocObjSizeMark; in getBlock()1886 MALLOC_ASSERT(startupAllocObjSizeMark==objectSize in free()
96 const uint16_t startupAllocObjSizeMark = ~(uint16_t)0; variable377 bool isStartupAllocObject() const { return objectSize == startupAllocObjSizeMark; } in isStartupAllocObject()390 if (startupAllocObjSizeMark == objectSize) // startup block in checkFreePrecond()1771 block->objectSize = startupAllocObjSizeMark; in getBlock()1829 MALLOC_ASSERT(startupAllocObjSizeMark==objectSize in free()
84 const uint16_t startupAllocObjSizeMark = ~(uint16_t)0; variable384 bool isStartupAllocObject() const { return objectSize == startupAllocObjSizeMark; } in isStartupAllocObject()399 if (startupAllocObjSizeMark == objectSize) // startup block in checkFreePrecond()1860 block->objectSize = startupAllocObjSizeMark; in getBlock()1907 MALLOC_ASSERT(startupAllocObjSizeMark==objectSize in free()