Searched refs:tcache_create (Results 1 – 6 of 6) sorted by relevance
310 return (tcache_create(tsd, arena)); in tcache_get_hard()314 tcache_create(tsd_t *tsd, arena_t *arena) in tcache_create() function457 tcache = tcache_create(tsd, arena_get(0, false)); in tcaches_create()
117 CTL_PROTO(tcache_create)294 {NAME("create"), CTL(tcache_create)},
158 tcache_t *tcache_create(tsd_t *tsd, arena_t *arena);474 elm->tcache = tcache_create(tsd, arena_choose(tsd, NULL)); in tcaches_get()
479 tcache_create
481 #define tcache_create JEMALLOC_N(tcache_create) macro
481 #undef tcache_create