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.h503 index_t size2index_compute(size_t size);
520 size2index_compute(size_t size) in size2index_compute() function
558 assert(ret == size2index_compute(size)); in size2index_lookup()
571 return (size2index_compute(size)); in size2index()
Dprivate_symbols.txt422 size2index_compute
Djemalloc_internal.h.in503 index_t size2index_compute(size_t size);
520 size2index_compute(size_t size) function
558 assert(ret == size2index_compute(size));
571 return (size2index_compute(size));
Dprivate_namespace.h422 #define size2index_compute JEMALLOC_N(size2index_compute) macro
Dprivate_unnamespace.h422 #undef size2index_compute