Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dpai.h31 uint64_t (*time_until_deferred_work)(tsdn_t *tsdn, pai_t *self); member
82 return self->time_until_deferred_work(tsdn, self); in pai_time_until_deferred_work()
/src/contrib/jemalloc/src/
H A Dpac.c101 pac->pai.time_until_deferred_work = &pac_time_until_deferred_work; in pac_init()
H A Dhpa.c225 shard->pai.time_until_deferred_work = &hpa_time_until_deferred_work; in hpa_shard_init()