Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal.h534 szind_t size2index_compute(size_t size);
631 size2index_compute(size_t size) in size2index_compute() function
666 assert(ret == size2index_compute(size)); in size2index_lookup()
677 return (size2index_compute(size)); in size2index()
A Dprivate_symbols.txt445 size2index_compute
A Djemalloc_internal.h.in532 szind_t size2index_compute(size_t size);
629 size2index_compute(size_t size) function
664 assert(ret == size2index_compute(size));
675 return (size2index_compute(size));
A Dprivate_namespace.h445 #define size2index_compute JEMALLOC_N(size2index_compute) macro
A Dprivate_unnamespace.h445 #undef size2index_compute

Completed in 12 milliseconds