Searched refs:prof_active (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | prof_inlines_b.h | |
| H A D | prof_inlines_a.h | |
| H A D | prof_externs.h | |
| /freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
| H A D | private_namespace.h | 306 #define prof_active JEMALLOC_N(prof_active) global() macro
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 2552 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 D | prof.c | 594 if (malloc_mutex_init(&prof_active_mtx, "prof_active", in prof_backtrace() 54 bool prof_active; global() variable
|
| H A D | ctl.c | 191 CTL_PROTO(prof_active) 468 {NAME("prof_active"), CTL(opt_prof_active)}, 590 {NAME("active"), CTL(prof_active)},
|
| /freebsd/contrib/jemalloc/ |
| H A D | Makefile.in | 251 $(srcroot)test/unit/prof_active.c \
|
| H A D | ChangeLog | 260 - Allow prof_active to control opt.lg_prof_interval and prof.gdump. 902 allocation events against concurrent prof_active changes.
|