Searched refs:tcache_create (Results 1 – 7 of 7) sorted by relevance
41 tcache_t *tcache_create(tsdn_t *tsdn, arena_t *arena);
461 tcache_create
298 elm->tcache = tcache_create(tsd_tsdn(tsd), arena_choose(tsd, in tcaches_get()
461 #define tcache_create JEMALLOC_N(tcache_create) macro
461 #undef tcache_create
304 return (tcache_create(tsd_tsdn(tsd), arena)); in tcache_get_hard()308 tcache_create(tsdn_t *tsdn, arena_t *arena) in tcache_create() function443 tcache = tcache_create(tsd_tsdn(tsd), arena); in tcaches_create()
96 CTL_PROTO(tcache_create)256 {NAME("create"), CTL(tcache_create)},
Completed in 15 milliseconds