Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_recent.h21 void prof_recent_alloc_dump(tsd_t *tsd, write_cb_t *write_cb, void *cbopaque);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h567 #define prof_recent_alloc_dump JEMALLOC_N(prof_recent_alloc_dump) macro
/src/contrib/jemalloc/src/
H A Dprof_recent.c533 prof_recent_alloc_dump(tsd_t *tsd, write_cb_t *write_cb, void *cbopaque) { in prof_recent_alloc_dump() function
H A Dctl.c4251 prof_recent_alloc_dump(tsd, write_cb_packet.write_cb, in experimental_prof_recent_alloc_dump_ctl()