Searched refs:NPSIZES (Results 1 - 7 of 7) sorted by relevance

/external/jemalloc/test/unit/
H A Dsize_classes.c160 assert_u_eq(psz2ind(max_size_class+1), NPSIZES,
161 "psz2ind() should return NPSIZES on overflow");
162 assert_u_eq(psz2ind(ZU(PTRDIFF_MAX)+1), NPSIZES,
163 "psz2ind() should return NPSIZES on overflow");
164 assert_u_eq(psz2ind(SIZE_T_MAX), NPSIZES, local
165 "psz2ind() should return NPSIZES on overflow");
/external/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh247 * NPSIZES: Number of size classes that are a multiple of (1U << LG_PAGE).
272 echo "#define NPSIZES ${npsizes}"
H A Djemalloc_internal.h469 extern size_t const pind2sz_tab[NPSIZES];
591 return (NPSIZES);
643 assert(pind < NPSIZES);
H A Dsize_classes.h24 * NPSIZES: Number of size classes that are a multiple of (1U << LG_PAGE).
176 #define NPSIZES 71 macro
323 #define NPSIZES 71 macro
468 #define NPSIZES 71 macro
778 #define NPSIZES 199 macro
1085 #define NPSIZES 199 macro
1390 #define NPSIZES 199 macro
H A Darena.h497 arena_run_heap_t runs_avail[NPSIZES];
/external/jemalloc/src/
H A Darena.c2000 for (i = 0; i < NPSIZES; i++)
3603 for (i = 0; i < NPSIZES; i++)
H A Djemalloc.c93 const size_t pind2sz_tab[NPSIZES] = {

Completed in 672 milliseconds