Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_log.h20 bool prof_log_stop(tsdn_t *tsdn);
/src/contrib/jemalloc/src/
H A Dprof_log.c419 prof_log_stop(tsd_tsdn(tsd)); in prof_log_stop_final()
614 prof_log_stop(tsdn_t *tsdn) { in prof_log_stop() function
H A Dctl.c199 CTL_PROTO(prof_log_stop)
598 {NAME("log_stop"), CTL(prof_log_stop)},
3376 if (prof_log_stop(tsd_tsdn(tsd))) { in prof_log_stop_ctl()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h559 #define prof_log_stop JEMALLOC_N(prof_log_stop) macro