Home
last modified time | relevance | path

Searched refs:tcache_create_explicit (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_externs.h40 tcache_t *tcache_create_explicit(tsd_t *tsd);
Dtcache_inlines.h222 elm->tcache = tcache_create_explicit(tsd); in tcaches_get()
Dprivate_namespace_jet.h351 #define tcache_create_explicit JEMALLOC_N(tcache_create_explicit) macro
Dprivate_namespace.h344 #define tcache_create_explicit JEMALLOC_N(tcache_create_explicit) macro
/external/jemalloc_new/src/
Dtcache.c446 tcache_create_explicit(tsd_t *tsd) { in tcache_create_explicit() function
609 tcache_t *tcache = tcache_create_explicit(tsd); in tcaches_create()