Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_types.h43 #define TCACHE_NSLOTS_LARGE ANDROID_TCACHE_NSLOTS_LARGE macro
45 #define TCACHE_NSLOTS_LARGE 20 macro
/external/jemalloc_new/src/
Dtcache.c711 tcache_bin_info[i].ncached_max = TCACHE_NSLOTS_LARGE; in tcache_boot()