Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof_recent.c224 assert(nstime_equals_zero(&recent->dalloc_time)); in prof_recent_alloc_reset()
227 nstime_prof_update(&recent->dalloc_time); in prof_recent_alloc_reset()
369 nstime_init_zero(&tail->dalloc_time); in prof_recent_alloc()
518 assert(!nstime_equals_zero(&node->dalloc_time)); in prof_recent_alloc_dump_node()
519 uint64_t dalloc_time_ns = nstime_ns(&node->dalloc_time); in prof_recent_alloc_dump_node()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h211 nstime_t dalloc_time; member