Home
last modified time | relevance | path

Searched refs:arena_migrate (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt71 arena_migrate
Dprivate_namespace.h71 #define arena_migrate JEMALLOC_N(arena_migrate) macro
Dprivate_unnamespace.h71 #undef arena_migrate
Djemalloc_internal.h471 void arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind);
Djemalloc_internal.h.in471 void arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind);
/external/jemalloc/src/
Dctl.c1334 arena_migrate(tsd, oldind, newind); in CTL_RO_CONFIG_GEN()
Djemalloc.c466 arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind) in arena_migrate() function