Searched refs:body (Results 1 – 3 of 3) sorted by relevance
88 ctx->curRec.body = malloc(ctx->curRec.allocLen); in hprofContextInit()144 nb = fwrite(rec->body, 1, rec->length, fp); in hprofFlushRecord()197 newBody = realloc(rec->body, newAllocLen); in guaranteeRecordAppend()199 rec->body = newBody; in guaranteeRecordAppend()221 memcpy(rec->body + rec->length, values, numValues); in hprofAddU1ListToRecord()237 rec->body[rec->length++] = value; in hprofAddU1ToRecord()265 insert = rec->body + rec->length; in hprofAddU2ListToRecord()295 insert = rec->body + rec->length; in hprofAddU4ListToRecord()325 insert = rec->body + rec->length; in hprofAddU8ListToRecord()
181 free(ctx->curRec.body); in hprofFreeContext()
109 unsigned char *body; member