Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_data.h29 void prof_reset(tsd_t *tsd, size_t lg_sample);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h538 #define prof_reset JEMALLOC_N(prof_reset) macro
/src/contrib/jemalloc/
H A DMakefile.in258 $(srcroot)test/unit/prof_reset.c \
/src/contrib/jemalloc/src/
H A Dprof_data.c1299 prof_reset(tsd_t *tsd, size_t lg_sample) { in prof_reset() function
H A Dctl.c195 CTL_PROTO(prof_reset)
594 {NAME("reset"), CTL(prof_reset)},
3335 prof_reset(tsd, lg_sample); in prof_reset_ctl()