Searched refs:isStartupAllocObject (Results 1 – 1 of 1) sorted by relevance
378 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::Block1716 if (!isStartupAllocObject()) in reset()2537 if (block->isStartupAllocObject()) { in freeSmallObject()