Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dmutex.c82 nstime_update(&before); in malloc_mutex_lock_slow()
99 nstime_update(&after); in malloc_mutex_lock_slow()
H A Dnstime.c170 nstime_update_t *JET_MUTABLE nstime_update = nstime_update_impl; variable
H A Dprof.c350 nstime_update(&t); in prof_malloc_sample_object()
477 nstime_update(&free_time); in prof_try_log()
2543 nstime_update(&log_start_timestamp); in prof_log_start()
2677 nstime_update(&now); in prof_log_emit_metadata()
H A Darena.c244 nstime_update(&astats->uptime); in arena_stats_merge()
672 nstime_update(&decay->epoch); in arena_decay_reinit()
731 nstime_update(&time); in arena_maybe_decay()
2086 nstime_update(&arena->create_time); in arena_new()
H A Dbackground_thread.c240 nstime_update(&next_wakeup);
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dnstime.h32 extern nstime_update_t *JET_MUTABLE nstime_update;
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h275 #define nstime_update JEMALLOC_N(nstime_update) macro
/freebsd/contrib/jemalloc/
H A DChangeLog602 - Fix gettimeofday() version of nstime_update(). (@ronawho)