Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c310 return (tcache_create(tsd, arena)); in tcache_get_hard()
314 tcache_create(tsd_t *tsd, arena_t *arena) in tcache_create() function
457 tcache = tcache_create(tsd, arena_get(0, false)); in tcaches_create()
Dctl.c117 CTL_PROTO(tcache_create)
294 {NAME("create"), CTL(tcache_create)},
/external/jemalloc/include/jemalloc/internal/
Dtcache.h158 tcache_t *tcache_create(tsd_t *tsd, arena_t *arena);
474 elm->tcache = tcache_create(tsd, arena_choose(tsd, NULL)); in tcaches_get()
Dprivate_symbols.txt479 tcache_create
Dprivate_namespace.h481 #define tcache_create JEMALLOC_N(tcache_create) macro
Dprivate_unnamespace.h481 #undef tcache_create