Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/src/
H A Dprof.c164 static prof_alloc_node_t *log_alloc_last = NULL; variable
510 log_alloc_last = new_node; in prof_try_log()
512 log_alloc_last->next = new_node; in prof_try_log()
513 log_alloc_last = new_node; in prof_try_log()
2472 if (log_alloc_last != NULL && log_alloc_last->next != NULL) { in prof_log_rep_check()
2768 log_alloc_last = NULL; in prof_log_stop()