Home
last modified time | relevance | path

Searched refs:TCACHE_NSLOTS_SMALL_MIN (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/src/
Dtcache.c579 if ((arena_bin_info[i].nregs << 1) <= TCACHE_NSLOTS_SMALL_MIN) { in tcache_boot()
581 TCACHE_NSLOTS_SMALL_MIN; in tcache_boot()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h22 #define TCACHE_NSLOTS_SMALL_MIN 20 macro