Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c317 return (tcache_create(tsd_tsdn(tsd), arena)); in tcache_get_hard()
321 tcache_create(tsdn_t *tsdn, arena_t *arena) in tcache_create() function
493 tcache = tcache_create(tsd_tsdn(tsd), arena); in tcaches_create()
Dctl.c117 CTL_PROTO(tcache_create)
297 {NAME("create"), CTL(tcache_create)},
/external/jemalloc/include/jemalloc/internal/
Dtcache.h156 tcache_t *tcache_create(tsdn_t *tsdn, arena_t *arena);
476 elm->tcache = tcache_create(tsd_tsdn(tsd), arena_choose(tsd, in tcaches_get()
Dprivate_symbols.txt520 tcache_create
Dprivate_namespace.h520 #define tcache_create JEMALLOC_N(tcache_create) macro
Dprivate_unnamespace.h520 #undef tcache_create
/external/jemalloc_new/src/
Dctl.c112 CTL_PROTO(tcache_create)
316 {NAME("create"), CTL(tcache_create)},