Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c253 tcache_arena_associate(tcache_t *tcache, arena_t *arena) in tcache_arena_associate() function
270 tcache_arena_associate(tcache, newarena); in tcache_arena_reassociate()
333 tcache_arena_associate(tcache, arena); in tcache_create()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt471 tcache_arena_associate
Dprivate_namespace.h473 #define tcache_arena_associate JEMALLOC_N(tcache_arena_associate) macro
Dtcache.h153 void tcache_arena_associate(tcache_t *tcache, arena_t *arena);
Dprivate_unnamespace.h473 #undef tcache_arena_associate