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

/freebsd-13-stable/contrib/jemalloc/src/
H A Dsc.c95 int ptr_bits = (1 << lg_ptr_size) * 8; local
174 while (lg_base < ptr_bits - 1) {
177 if (lg_base == ptr_bits - 2) {

Completed in 106 milliseconds