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.txt64 arena_migrate
Dprivate_namespace.h64 #define arena_migrate JEMALLOC_N(arena_migrate) macro
Dprivate_unnamespace.h64 #undef arena_migrate
Djemalloc_internal.h446 void arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind);
Djemalloc_internal.h.in446 void arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind);
/external/jemalloc/src/
Djemalloc.c451 arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind) in arena_migrate() function
Dctl.c1328 arena_migrate(tsd, oldind, newind); in CTL_RO_BOOL_CONFIG_GEN()