Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Djemalloc.c4128 bool prof_sample_event = te_prof_sample_event_lookahead(tsd, in batch_alloc_prof_sample_assert() local
4130 assert(!prof_sample_event); in batch_alloc_prof_sample_assert()
4132 prof_sample_event = te_prof_sample_event_lookahead_surplus(tsd, in batch_alloc_prof_sample_assert()
4134 assert(prof_sample_event); in batch_alloc_prof_sample_assert()
4176 bool prof_sample_event = config_prof && opt_prof in batch_alloc() local
4181 if (prof_sample_event) { in batch_alloc()
4285 if (progress < batch || prof_sample_event) { in batch_alloc()