Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h81 bool prof_gdump_get(tsdn_t *tsdn);
Dprivate_namespace_jet.h300 #define prof_gdump_get JEMALLOC_N(prof_gdump_get) macro
Dprivate_namespace.h295 #define prof_gdump_get JEMALLOC_N(prof_gdump_get) macro
/external/jemalloc_new/src/
Dprof.c2239 prof_gdump_get(tsdn_t *tsdn) { in prof_gdump_get() function
Dctl.c2601 oldval = prof_gdump_get(tsd_tsdn(tsd)); in prof_gdump_ctl()