Searched refs:objectsInSegment (Results 1 – 2 of 2) sorted by relevance
38 ctx->objectsInSegment = OBJECTS_PER_SEGMENT; in hprofStartHeapDump()129 if (ctx->objectsInSegment >= OBJECTS_PER_SEGMENT || in hprofMarkRootObject()135 ctx->objectsInSegment = 0; in hprofMarkRootObject()202 ctx->objectsInSegment++; in hprofMarkRootObject()230 if (ctx->objectsInSegment >= OBJECTS_PER_SEGMENT || in hprofDumpHeapObject()236 ctx->objectsInSegment = 0; in hprofDumpHeapObject()481 ctx->objectsInSegment++; in hprofDumpHeapObject()
134 size_t objectsInSegment; member