Searched refs:PROF_PRINTF_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ | ||
D | prof.h | 33 #define PROF_PRINTF_BUFSIZE 128 macro |
/external/jemalloc/src/ | ||
D | prof.c | 1030 char buf[PROF_PRINTF_BUFSIZE]; in prof_dump_printf() |