Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h47 void arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind);
H A Darena_inlines_a.h48 arena_migrate(tsd, oldind, newind); in percpu_arena_update()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h6 #define arena_migrate JEMALLOC_N(arena_migrate) macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c401 arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind) { in arena_migrate() function
H A Dctl.c1846 arena_migrate(tsd, oldind, newind); in CTL_RO_CONFIG_GEN()