Home
last modified time | relevance | path

Searched defs:prof_active (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dprof_inlines_b.h102 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep()
138 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc()
H A Dprivate_namespace.h284 #define prof_active JEMALLOC_N(prof_active) macro
H A Dprivate_namespace_jet.h287 #define prof_active JEMALLOC_N(prof_active) macro
/aosp_15_r20/external/jemalloc_new/src/
H A Djemalloc.c2188 bool prof_active; local
2641 bool prof_active; local
2801 bool prof_active; local
H A Dprof.c52 bool prof_active; variable