Searched refs:index2size_tab (Results 1 - 4 of 4) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h424 * index2size_tab encodes the same information as could be computed (at
427 extern size_t const index2size_tab[NSIZES];
605 size_t ret = (size_t)index2size_tab[index];
H A Dprivate_namespace.h278 #define index2size_tab JEMALLOC_N(index2size_tab) macro
H A Dprivate_unnamespace.h278 #undef index2size_tab macro
/external/jemalloc/src/
H A Djemalloc.c74 const size_t index2size_tab[NSIZES] = {

Completed in 5895 milliseconds