Searched refs:objectsInSegment (Results 1 – 2 of 2) sorted by relevance
47 ctx->objectsInSegment = OBJECTS_PER_SEGMENT; in hprofStartHeapDump()138 if (ctx->objectsInSegment >= OBJECTS_PER_SEGMENT || in hprofMarkRootObject()144 ctx->objectsInSegment = 0; in hprofMarkRootObject()210 ctx->objectsInSegment++; in hprofMarkRootObject()238 if (ctx->objectsInSegment >= OBJECTS_PER_SEGMENT || in hprofDumpHeapObject()244 ctx->objectsInSegment = 0; in hprofDumpHeapObject()491 ctx->objectsInSegment++; in hprofDumpHeapObject()
133 size_t objectsInSegment; member