Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h566 szind_t size2index_compute(size_t size);
665 size2index_compute(size_t size) in size2index_compute() function
702 assert(ret == size2index_compute(size)); in size2index_lookup()
714 return (size2index_compute(size)); in size2index()
Dprivate_symbols.txt500 size2index_compute
Djemalloc_internal.h.in566 szind_t size2index_compute(size_t size);
665 size2index_compute(size_t size) function
702 assert(ret == size2index_compute(size));
714 return (size2index_compute(size));
Dprivate_namespace.h500 #define size2index_compute JEMALLOC_N(size2index_compute) macro
Dprivate_unnamespace.h500 #undef size2index_compute