Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_types.h34 # define PROF_DUMP_BUFSIZE 1 macro
37 # define PROF_DUMP_BUFSIZE 16 macro
39 # define PROF_DUMP_BUFSIZE 65536 macro
/src/contrib/jemalloc/src/
H A Dprof_sys.c342 static char prof_dump_buf[PROF_DUMP_BUFSIZE];
510 &arg, prof_dump_buf, PROF_DUMP_BUFSIZE); in prof_dump()
H A Dprof_log.c611 #define PROF_LOG_STOP_BUFSIZE PROF_DUMP_BUFSIZE