Searched refs:log_bt_first (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/jemalloc/src/
H A Dprof.c159 static prof_bt_node_t *log_bt_first = NULL; variable
381 if (log_bt_first == NULL) {
382 log_bt_first = new_node;
2424 prof_bt_node_t *node = log_bt_first;
2607 prof_bt_node_t *bt_node = log_bt_first;
2763 log_bt_first = NULL;

Completed in 110 milliseconds