Searched refs:prof_active (Results 1 – 12 of 12) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | prof_inlines.h | 16 prof_tctx_t *prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, 21 size_t usize, prof_tctx_t *tctx, bool prof_active, bool updated, 38 return (prof_active); in prof_active_get_unlocked() 136 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) in prof_alloc_prep() argument 144 if (!prof_active || likely(prof_sample_accum_update(tsd, usize, update, in prof_alloc_prep() 174 prof_tctx_t *tctx, bool prof_active, bool updated, extent_t *old_extent, in prof_realloc() argument 182 if (prof_active && !updated && ptr != NULL) { in prof_realloc()
|
| A D | prof_externs.h | 23 extern bool prof_active;
|
| A D | private_symbols.txt | 361 prof_active
|
| A D | private_namespace.h | 361 #define prof_active JEMALLOC_N(prof_active) macro
|
| A D | private_unnamespace.h | 361 #undef prof_active
|
| /third_party/ulib/jemalloc/src/ |
| A D | jemalloc.c | 1893 bool prof_active; in irealloc_prof() local 1896 prof_active = prof_active_get_unlocked(); in irealloc_prof() 1898 tctx = prof_alloc_prep(tsd, usize, prof_active, true); in irealloc_prof() 2255 bool prof_active; in irallocx_prof() local 2258 prof_active = prof_active_get_unlocked(); in irallocx_prof() 2260 tctx = prof_alloc_prep(tsd, *usize, prof_active, false); in irallocx_prof() 2286 prof_realloc(tsd, extent, p, *usize, tctx, prof_active, false, in irallocx_prof() 2402 bool prof_active; in ixallocx_prof() local 2405 prof_active = prof_active_get_unlocked(); in ixallocx_prof() 2428 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false); in ixallocx_prof() [all …]
|
| A D | prof.c | 37 bool prof_active; variable 2071 prof_active_current = prof_active; in prof_active_get() 2082 prof_active_old = prof_active; in prof_active_set() 2083 prof_active = active; in prof_active_set() 2267 prof_active = opt_prof_active; in prof_boot2()
|
| A D | stats.c | 623 OPT_WRITE_BOOL_MUTABLE(prof_active, prof.active, ",") in stats_general_print()
|
| A D | ctl.c | 124 CTL_PROTO(prof_active) 319 {NAME("active"), CTL(prof_active)},
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | mallctl.c | 180 TEST_MALLCTL_OPT(bool, prof_active, prof); in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/ |
| A D | Makefile.in | 178 $(srcroot)test/unit/prof_active.c \
|
| A D | ChangeLog | 292 allocation events against concurrent prof_active changes.
|
Completed in 31 milliseconds