Home
last modified time | relevance | path

Searched refs:size2index_compute (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDjemalloc_internal.h515 szind_t size2index_compute(size_t size);
532 size2index_compute(size_t size) in size2index_compute() function
570 assert(ret == size2index_compute(size)); in size2index_lookup()
582 return (size2index_compute(size)); in size2index()
HDprivate_namespace.h421 #define size2index_compute JEMALLOC_N(size2index_compute) macro