Searched refs:dalloc_time (Results 1 – 2 of 2) sorted by relevance
224 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()
211 nstime_t dalloc_time; member