Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h95 bool prof_log_stop(tsdn_t *tsdn);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h324 #define prof_log_stop JEMALLOC_N(prof_log_stop) macro
/freebsd/contrib/jemalloc/src/
H A Dctl.c155 CTL_PROTO(prof_log_stop)
420 {NAME("log_stop"), CTL(prof_log_stop)}
2797 if (prof_log_stop(tsd_tsdn(tsd))) { in prof_log_stop_ctl()
H A Dprof.c2555 prof_log_stop(tsd_tsdn(tsd)); in prof_log_stop_final()
2696 prof_log_stop(tsdn_t *tsdn) { in prof_log_stop() function