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

/freebsd-13-stable/contrib/jemalloc/src/
H A Dprof.c2163 const prof_bt_node_t *bt_node = (prof_bt_node_t *)key; local
2164 prof_bt_hash((void *)(&bt_node->bt), r_hash);
2607 prof_bt_node_t *bt_node = log_bt_first; local
2615 while (bt_node != NULL) {
2618 for (i = 0; i < bt_node->bt.len; i++) {
2619 malloc_snprintf(buf, buf_sz, "%p", bt_node->bt.vec[i]);
2626 bt_old_node = bt_node;
2627 bt_node = bt_node->next;

Completed in 106 milliseconds