Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dthread_event.h257 uint64_t sample_wait = tsd_prof_sample_event_wait_get(tsd); in te_prof_sample_event_lookahead_surplus() local
258 if (accumbytes < sample_wait) { in te_prof_sample_event_lookahead_surplus()
261 assert(accumbytes - sample_wait < (uint64_t)usize); in te_prof_sample_event_lookahead_surplus()
263 *surplus = (size_t)(accumbytes - sample_wait); in te_prof_sample_event_lookahead_surplus()