Home
last modified time | relevance | path

Searched refs:fileDataPtr (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/hprof/
DHprof.c115 iov[0].iov_base = headCtx->fileDataPtr; in hprofShutdown()
117 iov[1].iov_base = tailCtx->fileDataPtr; in hprofShutdown()
147 result = sysWriteFully(outFd, headCtx->fileDataPtr, in hprofShutdown()
149 result |= sysWriteFully(outFd, tailCtx->fileDataPtr, in hprofShutdown()
183 free(ctx->fileDataPtr); in hprofFreeContext()
DHprof.h142 char *fileDataPtr; // for open_memstream member
DHprofOutput.c75 FILE* fp = open_memstream(&ctx->fileDataPtr, &ctx->fileDataSize); in hprofContextInit()