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

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h41 tcache_t *tcache_create(tsdn_t *tsdn, arena_t *arena);
H A Dtcache_inlines.h298 elm->tcache = tcache_create(tsd_tsdn(tsd), arena_choose(tsd,
H A Dprivate_namespace.h461 #define tcache_create JEMALLOC_N(tcache_create) macro
H A Dprivate_unnamespace.h461 #undef tcache_create macro
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtcache.c304 return (tcache_create(tsd_tsdn(tsd), arena));
308 tcache_create(tsdn_t *tsdn, arena_t *arena) function
443 tcache = tcache_create(tsd_tsdn(tsd), arena);
H A Dctl.c96 CTL_PROTO(tcache_create)
256 {NAME("create"), CTL(tcache_create)},

Completed in 42 milliseconds