Home
last modified time | relevance | path

Searched refs:prof_dump_hook (Results 1 – 2 of 2) sorted by relevance

/src/contrib/jemalloc/src/
H A Dprof.c78 atomic_p_t prof_dump_hook; variable
542 atomic_store_p(&prof_dump_hook, hook, ATOMIC_RELEASE); in prof_dump_hook_set()
547 return (prof_dump_hook_t)atomic_load_p(&prof_dump_hook, in prof_dump_hook_get()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h499 #define prof_dump_hook JEMALLOC_N(prof_dump_hook) macro