Home
last modified time | relevance | path

Searched refs:prof_dump_hook_set (Results 1 – 5 of 5) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h55 void prof_dump_hook_set(prof_dump_hook_t hook);
/src/contrib/jemalloc/src/
H A Dprof_sys.c291 prof_dump_hook_set(NULL); in prof_hooks_init()
H A Dprof.c541 prof_dump_hook_set(prof_dump_hook_t hook) { in prof_dump_hook_set() function
H A Dctl.c3436 prof_dump_hook_set(new_hook); in experimental_hooks_prof_dump_ctl()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h501 #define prof_dump_hook_set JEMALLOC_N(prof_dump_hook_set) macro