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

  /src/lib/libc/stdlib/
jemalloc.c 1623 * (X * size_invs[(D >> QUANTUM_2POW_MIN) - 3]) >> SIZE_INV_SHIFT
1627 static const unsigned size_invs[] = { local in function:arena_run_reg_dalloc
1652 assert(((sizeof(size_invs)) / sizeof(unsigned)) + 3
1689 } else if (size <= (((sizeof(size_invs) / sizeof(unsigned)) + 2)
1691 regind = size_invs[(size >> QUANTUM_2POW_MIN) - 3] * diff;
1695 * size_invs isn't large enough to handle this size class, so
jemalloc.c 1623 * (X * size_invs[(D >> QUANTUM_2POW_MIN) - 3]) >> SIZE_INV_SHIFT
1627 static const unsigned size_invs[] = { local in function:arena_run_reg_dalloc
1652 assert(((sizeof(size_invs)) / sizeof(unsigned)) + 3
1689 } else if (size <= (((sizeof(size_invs) / sizeof(unsigned)) + 2)
1691 regind = size_invs[(size >> QUANTUM_2POW_MIN) - 3] * diff;
1695 * size_invs isn't large enough to handle this size class, so

Completed in 26 milliseconds