Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDprof_externs.h83 bool prof_gdump_get(tsdn_t *tsdn);
HDprivate_namespace.h318 #define prof_gdump_get JEMALLOC_N(prof_gdump_get) macro
/freebsd-14-stable/contrib/jemalloc/src/
HDprof.c2899 prof_gdump_get(tsdn_t *tsdn) { in prof_gdump_get() function
HDctl.c2731 oldval = prof_gdump_get(tsd_tsdn(tsd)); in prof_gdump_ctl()