Home
last modified time | relevance | path

Searched refs:tcaches (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/src/
Dtcache.c16 tcaches_t *tcaches; variable
456 if (tcaches == NULL) { in tcaches_create_prep()
457 tcaches = base_alloc(tsd_tsdn(tsd), sizeof(tcache_t *) * in tcaches_create_prep()
459 if (tcaches == NULL) { in tcaches_create_prep()
504 *r_ind = (unsigned)(elm - tcaches); in tcaches_create()
506 elm = &tcaches[tcaches_past]; in tcaches_create()
533 tcaches_elm_flush(tsd, &tcaches[ind]); in tcaches_flush()
542 elm = &tcaches[ind]; in tcaches_destroy()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h143 extern tcaches_t *tcaches;
474 tcaches_t *elm = &tcaches[ind]; in tcaches_get()
Dprivate_symbols.txt537 tcaches
Dprivate_namespace.h534 #define tcaches JEMALLOC_N(tcaches) macro
Dprivate_unnamespace.h534 #undef tcaches
/external/jemalloc/
DChangeLog333 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and