Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDprof_inlines_b.h146 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep()
182 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc()
HDprivate_namespace.h306 #define prof_active JEMALLOC_N(prof_active) macro
/freebsd-14-stable/contrib/jemalloc/src/
HDjemalloc.c2536 bool prof_active; in irealloc_prof() local
3163 bool prof_active; in irallocx_prof() local
3327 bool prof_active; in ixallocx_prof() local
HDprof.c54 bool prof_active; variable