HomeSort by: relevance | last modified time | path
    Searched defs:ptr_bits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
sc.c 92 int ptr_bits = (1 << lg_ptr_size) * 8; local
171 while (lg_base < ptr_bits - 1) {
174 if (lg_base == ptr_bits - 2) {
  /src/external/bsd/jemalloc/dist/src/
sc.c 92 int ptr_bits = (1 << lg_ptr_size) * 8; local
171 while (lg_base < ptr_bits - 1) {
174 if (lg_base == ptr_bits - 2) {

Completed in 14 milliseconds