Searched refs:sample_event (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | prof_inlines.h | 110 prof_sample_should_skip(tsd_t *tsd, bool sample_event) { in prof_sample_should_skip() argument 114 if (likely(!sample_event)) { in prof_sample_should_skip() 134 prof_alloc_prep(tsd_t *tsd, bool prof_active, bool sample_event) { in prof_alloc_prep() argument 138 likely(prof_sample_should_skip(tsd, sample_event))) { in prof_alloc_prep() 164 prof_info_t *old_prof_info, bool sample_event) { in prof_realloc() argument 172 if (prof_sample_should_skip(tsd, sample_event)) { in prof_realloc()
|
| /src/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 2553 bool sample_event = te_prof_sample_event_lookahead(tsd, usize); in imalloc_body() local 2555 sample_event); in imalloc_body() 3475 bool sample_event = te_prof_sample_event_lookahead(tsd, usize); in irallocx_prof() local 3476 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event); in irallocx_prof() 3491 old_usize, &old_prof_info, sample_event); in irallocx_prof() 3723 bool sample_event = te_prof_sample_event_lookahead(tsd, usize_max); in ixallocx_prof() local 3724 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event); in ixallocx_prof() 3750 sample_event = te_prof_sample_event_lookahead(tsd, usize); in ixallocx_prof() 3752 old_usize, &prof_info, sample_event); in ixallocx_prof()
|