Home
last modified time | relevance | path

Searched refs:arena_choose (Results 1 – 11 of 11) sorted by relevance

/external/jemalloc/src/
Dtcache.c100 arena = arena_choose(tsd, NULL); in tcache_bin_flush_small()
180 arena = arena_choose(tsd, NULL); in tcache_bin_flush_large()
306 arena = arena_choose(tsd, NULL); in tcache_get_hard()
350 arena = arena_choose(tsd, NULL); in tcache_destroy()
Dhuge.c77 arena = arena_choose(tsd, arena); in huge_palloc()
Dctl.c1304 oldarena = arena_choose(tsd, NULL); in CTL_RO_BOOL_CONFIG_GEN()
Darena.c2087 arena = arena_choose(tsd, arena); in arena_palloc_large()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt12 arena_choose
Djemalloc_internal.h513 arena_t *arena_choose(tsd_t *tsd, arena_t *arena);
754 arena_choose(tsd_t *tsd, arena_t *arena) in arena_choose() function
Dprivate_namespace.h12 #define arena_choose JEMALLOC_N(arena_choose) macro
Dtcache.h432 elm->tcache = tcache_create(tsd, arena_choose(tsd, NULL)); in tcaches_get()
Dprivate_unnamespace.h12 #undef arena_choose
Djemalloc_internal.h.in513 arena_t *arena_choose(tsd_t *tsd, arena_t *arena);
754 arena_choose(tsd_t *tsd, arena_t *arena) function
Darena.h1068 arena = arena_choose(tsd, arena); in arena_malloc()