Home
last modified time | relevance | path

Searched refs:tcaches (Results 1 – 12 of 12) 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_new/src/
Dtcache.c25 tcaches_t *tcaches; variable
578 if (tcaches == NULL) { in tcaches_create_prep()
579 tcaches = base_alloc(tsd_tsdn(tsd), b0get(), sizeof(tcache_t *) in tcaches_create_prep()
581 if (tcaches == NULL) { in tcaches_create_prep()
621 *r_ind = (unsigned)(elm - tcaches); in tcaches_create()
623 elm = &tcaches[tcaches_past]; in tcaches_create()
651 tcache_t *tcache = tcaches_elm_remove(tsd, &tcaches[ind]); in tcaches_flush()
661 tcaches_t *elm = &tcaches[ind]; in tcaches_destroy()
/external/jemalloc_new/include/jemalloc/internal/
Dtcache_externs.h28 extern tcaches_t *tcaches;
Dtcache_inlines.h220 tcaches_t *elm = &tcaches[ind]; in tcaches_get()
Dprivate_namespace_jet.h358 #define tcaches JEMALLOC_N(tcaches) macro
Dprivate_namespace.h351 #define tcaches JEMALLOC_N(tcaches) macro
/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_new/
DChangeLog150 - Post-fork(2), re-initialize the list of tcaches associated with each arena
151 to contain no tcaches except the forking thread's. (@interwq)
707 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and
/external/jemalloc/
DChangeLog333 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and