Searched refs:prof_active (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | prof_inlines.h | 134 prof_alloc_prep(tsd_t *tsd, bool prof_active, bool sample_event) { in prof_alloc_prep() argument 137 if (!prof_active || in prof_alloc_prep() 163 prof_tctx_t *tctx, bool prof_active, const void *old_ptr, size_t old_usize, in prof_realloc() argument 170 if (prof_active && ptr != NULL) { in prof_realloc()
|
| /src/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 | ctl.c | 191 CTL_PROTO(prof_active) 590 {NAME("active"), CTL(prof_active)},
|
| /src/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.
|