Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt514 tcache_arena_reassociate
Dtcache.h153 void tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache,
Dprivate_namespace.h514 #define tcache_arena_reassociate JEMALLOC_N(tcache_arena_reassociate) macro
Dprivate_unnamespace.h514 #undef tcache_arena_reassociate
/external/jemalloc/src/
Dtcache.c296 tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *oldarena, in tcache_arena_reassociate() function
Dctl.c1344 tcache_arena_reassociate(tsd_tsdn(tsd), tcache, in CTL_RO_CONFIG_GEN()