Searched refs:curRec (Results 1 – 8 of 8) sorted by relevance
125 free(ctx->curRec.body); in hprofShutdown()126 ctx->curRec.body = NULL; in hprofShutdown()127 ctx->curRec.allocLen = 0; in hprofShutdown()148 hprofAddU4ToRecord(&ctx->curRec, HPROF_NULL_STACK_TRACE); in hprofShutdown()149 hprofAddU4ToRecord(&ctx->curRec, HPROF_NULL_THREAD); in hprofShutdown()150 hprofAddU4ToRecord(&ctx->curRec, 0); // no frames in hprofShutdown()180 free(ctx->curRec.body); in hprofShutdown()
65 ctx->curRec.allocLen = 128; in hprofContextInit()66 ctx->curRec.body = malloc(ctx->curRec.allocLen); in hprofContextInit()137 return hprofFlushRecord(&ctx->curRec, ctx->fp); in hprofFlushCurrentRecord()143 hprof_record_t *rec = &ctx->curRec; in hprofStartNewRecord()
84 hprof_record_t *rec = &ctx->curRec; in hprofDumpStrings()
186 hprof_record_t *rec = &ctx->curRec; in hprofDumpClasses()
127 hprof_record_t curRec; member
181 hprof_record_t *rec = &ctx->curRec; in hprofDumpStackFrames()
161 hprof_record_t *rec = &ctx->curRec; in hprofDumpStacks()
121 hprof_record_t *rec = &ctx->curRec; in hprofMarkRootObject()223 hprof_record_t *rec = &ctx->curRec; in hprofDumpHeapObject()