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

/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c1770 const prof_bt_t *bt1 = (prof_bt_t *)k1; local
1775 if (bt1->len != bt2->len)
1777 return (memcmp(bt1->vec, bt2->vec, bt1->len * sizeof(void *)) == 0);

Completed in 107 milliseconds