Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_inlines.h16 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 Dprof_externs.h23 extern bool prof_active;
A Dprivate_symbols.txt361 prof_active
A Dprivate_namespace.h361 #define prof_active JEMALLOC_N(prof_active) macro
A Dprivate_unnamespace.h361 #undef prof_active
/third_party/ulib/jemalloc/src/
A Djemalloc.c1893 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 Dprof.c37 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 Dstats.c623 OPT_WRITE_BOOL_MUTABLE(prof_active, prof.active, ",") in stats_general_print()
A Dctl.c124 CTL_PROTO(prof_active)
319 {NAME("active"), CTL(prof_active)},
/third_party/ulib/jemalloc/test/unit/
A Dmallctl.c180 TEST_MALLCTL_OPT(bool, prof_active, prof); in TEST_BEGIN()
/third_party/ulib/jemalloc/
A DMakefile.in178 $(srcroot)test/unit/prof_active.c \
A DChangeLog292 allocation events against concurrent prof_active changes.

Completed in 27 milliseconds