Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Djemalloc_internal_externs.h44 void arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind);
Darena_inlines_a.h48 arena_migrate(tsd, oldind, newind); in percpu_arena_update()
Dprivate_namespace.h6 #define arena_migrate JEMALLOC_N(arena_migrate) macro
/freebsd-12-stable/contrib/jemalloc/src/
Djemalloc.c387 arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind) { in arena_migrate() function
Dctl.c1736 arena_migrate(tsd, oldind, newind); in CTL_RO_CONFIG_GEN()