Home
last modified time | relevance | path

Searched refs:tcache_maxclass (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc/src/
Dtcache.c14 size_t tcache_maxclass; variable
512 tcache_maxclass = SMALL_MAXCLASS; in tcache_boot()
514 tcache_maxclass = large_maxclass; in tcache_boot()
516 tcache_maxclass = (1U << opt_lg_tcache_max); in tcache_boot()
518 nhbins = size2index(tcache_maxclass) + 1; in tcache_boot()
Dctl.c1897 CTL_RO_NL_CGEN(config_tcache, arenas_tcache_max, tcache_maxclass, size_t) in CTL_RO_NL_GEN()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h133 extern size_t tcache_maxclass;
383 assert(usize <= tcache_maxclass); in tcache_alloc_large()
449 assert(tcache_salloc(ptr) <= tcache_maxclass); in tcache_dalloc_large()
Darena.h1284 if (likely(size <= tcache_maxclass)) { in arena_malloc()
1289 assert(size > tcache_maxclass); in arena_malloc()
1401 tcache_maxclass) { in arena_dalloc()
1452 if (likely(tcache != NULL) && size <= tcache_maxclass) { in arena_sdalloc()
Dprivate_symbols.txt490 tcache_maxclass
Dprivate_namespace.h492 #define tcache_maxclass JEMALLOC_N(tcache_maxclass) macro
Dprivate_unnamespace.h492 #undef tcache_maxclass