Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dprof.c160 static prof_bt_node_t *log_bt_last = NULL; variable
383 log_bt_last = new_node; in prof_log_bt_index()
385 log_bt_last->next = new_node; in prof_log_bt_index()
386 log_bt_last = new_node; in prof_log_bt_index()
2466 if (log_bt_last != NULL && log_bt_last->next != NULL) { in prof_log_rep_check()
2764 log_bt_last = NULL; in prof_log_stop()