HomeSort by relevance Sort by last modified time
    Searched refs:mallocbuf (Results 1 - 2 of 2) sorted by null

  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_thread.c 40 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));
ffsb_thread.h 50 * "mallocbuf" which is what malloc gave us.
53 char *mallocbuf; member in struct:ffsb_thread

Completed in 59 milliseconds