Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dhpa.c926 uint64_t until_purge_ns; in hpa_time_until_deferred_work() local
927 until_purge_ns = shard->opts.min_purge_interval_ms - in hpa_time_until_deferred_work()
929 until_purge_ns *= 1000 * 1000; in hpa_time_until_deferred_work()
931 if (until_purge_ns < time_ns) { in hpa_time_until_deferred_work()
932 time_ns = until_purge_ns; in hpa_time_until_deferred_work()