Home
last modified time | relevance | path

Searched refs:prof_active (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h
H A Dprof_inlines_a.h
H A Dprof_externs.h
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h306 #define prof_active JEMALLOC_N(prof_active) global() macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2552 bool prof_active = prof_active_get_unlocked(); in imalloc_body() local
2554 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, in imalloc_body()
3474 bool prof_active = prof_active_get_unlocked(); in irallocx_prof() local
3476 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event); in irallocx_prof()
3490 prof_realloc(tsd, p, size, usize, tctx, prof_active, old_ptr, in irallocx_prof()
3722 bool prof_active = prof_active_get_unlocked(); in ixallocx_prof() local
3724 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event); in ixallocx_prof()
3751 prof_realloc(tsd, ptr, size, usize, tctx, prof_active, ptr, in ixallocx_prof()
H A Dprof.c594 if (malloc_mutex_init(&prof_active_mtx, "prof_active", in prof_backtrace()
54 bool prof_active; global() variable
H A Dctl.c191 CTL_PROTO(prof_active)
468 {NAME("prof_active"), CTL(opt_prof_active)},
590 {NAME("active"), CTL(prof_active)},
/freebsd/contrib/jemalloc/
H A DMakefile.in251 $(srcroot)test/unit/prof_active.c \
H A DChangeLog260 - Allow prof_active to control opt.lg_prof_interval and prof.gdump.
902 allocation events against concurrent prof_active changes.