Searched refs:prof_dump_hook (Results 1 – 2 of 2) sorted by relevance
78 atomic_p_t prof_dump_hook; variable542 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()
499 #define prof_dump_hook JEMALLOC_N(prof_dump_hook) macro