Searched refs:prof_active (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | prof_inlines_b.h | 102 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep() argument 109 if (!prof_active || likely(prof_sample_accum_update(tsd, usize, update, in prof_alloc_prep() 138 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc() argument 145 if (prof_active && !updated && ptr != NULL) { in prof_realloc()
|
| H A D | prof_inlines_a.h | 80 return prof_active; in prof_active_get_unlocked()
|
| H A D | prof_externs.h | 25 extern bool prof_active;
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | jemalloc.c | 2170 bool prof_active; in irealloc_prof() local 2173 prof_active = prof_active_get_unlocked(); in irealloc_prof() 2175 tctx = prof_alloc_prep(tsd, usize, prof_active, true); in irealloc_prof() 2623 bool prof_active; in irallocx_prof() local 2626 prof_active = prof_active_get_unlocked(); in irallocx_prof() 2628 tctx = prof_alloc_prep(tsd, *usize, prof_active, false); in irallocx_prof() 2652 prof_realloc(tsd, p, *usize, tctx, prof_active, false, old_ptr, in irallocx_prof() 2783 bool prof_active; in ixallocx_prof() local 2786 prof_active = prof_active_get_unlocked(); in ixallocx_prof() 2809 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false); in ixallocx_prof() [all …]
|
| H A D | prof.c | 52 bool prof_active; variable 2106 prof_active_current = prof_active; in prof_active_get() 2116 prof_active_old = prof_active; in prof_active_set() 2117 prof_active = active; in prof_active_set() 2300 prof_active = opt_prof_active; in prof_boot2()
|
| H A D | ctl.c | 144 CTL_PROTO(prof_active) 383 {NAME("active"), CTL(prof_active)},
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | mallctl.c | 180 TEST_MALLCTL_OPT(bool, prof_active, prof); in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | Makefile.in | 190 $(srcroot)test/unit/prof_active.c \
|
| H A D | ChangeLog | 24 - Allow prof_active to control opt.lg_prof_interval and prof.gdump. 666 allocation events against concurrent prof_active changes.
|