Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds