Searched refs:curRec (Results 1 – 8 of 8) sorted by relevance
90 hprofAddU4ToRecord(&headCtx->curRec, HPROF_NULL_STACK_TRACE); in hprofShutdown()91 hprofAddU4ToRecord(&headCtx->curRec, HPROF_NULL_THREAD); in hprofShutdown()92 hprofAddU4ToRecord(&headCtx->curRec, 0); // no frames in hprofShutdown()181 free(ctx->curRec.body); in hprofFreeContext()
87 ctx->curRec.allocLen = 128; in hprofContextInit()88 ctx->curRec.body = malloc(ctx->curRec.allocLen); in hprofContextInit()159 return hprofFlushRecord(&ctx->curRec, ctx->memFp); in hprofFlushCurrentRecord()165 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()
130 hprof_record_t *rec = &ctx->curRec; in hprofMarkRootObject()231 hprof_record_t *rec = &ctx->curRec; in hprofDumpHeapObject()
161 hprof_record_t *rec = &ctx->curRec; in hprofDumpStacks()