Searched refs:mallocbuf (Results 1 - 2 of 2) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
H A Dffsb_thread.c40 free(ft->mallocbuf);
70 if (ft->mallocbuf != NULL)
71 free(ft->mallocbuf);
72 ft->mallocbuf = ffsb_malloc(bufsize + 4096);
73 ft->alignedbuf = ffsb_align_4k(ft->mallocbuf + (4096 - 1));
H A Dffsb_thread.h50 * "mallocbuf" which is what malloc gave us.
53 char *mallocbuf; member in struct:ffsb_thread

Completed in 80 milliseconds