Searched refs:objectsInSegment (Results 1 – 2 of 2) sorted by relevance
43 ctx->objectsInSegment = OBJECTS_PER_SEGMENT; in hprofStartHeapDump()132 if (ctx->objectsInSegment >= OBJECTS_PER_SEGMENT || in hprofMarkRootObject()138 ctx->objectsInSegment = 0; in hprofMarkRootObject()204 ctx->objectsInSegment++; in hprofMarkRootObject()222 if (ctx->objectsInSegment >= OBJECTS_PER_SEGMENT || in hprofDumpHeapObject()228 ctx->objectsInSegment = 0; in hprofDumpHeapObject()467 ctx->objectsInSegment++; in hprofDumpHeapObject()
130 size_t objectsInSegment; member