Home
last modified time | relevance | path

Searched refs:TCACHE_NSLOTS_LARGE (Results 1 – 4 of 4) 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/include/jemalloc/internal/
Dtcache.h39 #define TCACHE_NSLOTS_LARGE ANDROID_TCACHE_NSLOTS_LARGE macro
41 #define TCACHE_NSLOTS_LARGE 20 macro
/external/jemalloc/src/
Dtcache.c593 tcache_bin_info[i].ncached_max = TCACHE_NSLOTS_LARGE; in tcache_boot()
/external/jemalloc_new/src/
Dtcache.c711 tcache_bin_info[i].ncached_max = TCACHE_NSLOTS_LARGE; in tcache_boot()