Searched refs:memFp (Results 1 – 3 of 3) sorted by relevance
55 assert(ctx->memFp != NULL); in hprofStartup()109 fflush(headCtx->memFp); in hprofShutdown()110 fflush(tailCtx->memFp); in hprofShutdown()179 if (ctx->memFp != NULL) in hprofFreeContext()180 fclose(ctx->memFp); in hprofFreeContext()
84 ctx->memFp = fp; in hprofContextInit()159 return hprofFlushRecord(&ctx->curRec, ctx->memFp); in hprofFlushCurrentRecord()168 err = hprofFlushRecord(rec, ctx->memFp); in hprofStartNewRecord()
144 FILE *memFp; member