Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof_log.c83 uint64_t alloc_time_ns; member
266 new_node->alloc_time_ns = nstime_ns(&alloc_time); in prof_try_log()
399 if (node->alloc_time_ns > node->free_time_ns) { in prof_log_rep_check()
566 emitter_type_uint64, &alloc_node->alloc_time_ns); in prof_log_emit_allocs()
H A Dprof_recent.c502 uint64_t alloc_time_ns = nstime_ns(&node->alloc_time); in prof_recent_alloc_dump_node() local
504 &alloc_time_ns); in prof_recent_alloc_dump_node()