Home
last modified time | relevance | path

Searched refs:prof_dump_impl (Results 1 – 4 of 4) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_data.h24 void prof_dump_impl(tsd_t *tsd, write_cb_t *prof_dump_write, void *cbopaque,
/src/contrib/jemalloc/src/
H A Dprof_sys.c512 prof_dump_impl(tsd, buf_writer_cb, &buf_writer, tdata, leakcheck); in prof_dump()
H A Dprof_data.c1106 prof_dump_impl(tsd_t *tsd, write_cb_t *prof_dump_write, void *cbopaque, in prof_dump_impl() function
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h535 #define prof_dump_impl JEMALLOC_N(prof_dump_impl) macro