Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h44 arena_t *arena_init(tsdn_t *tsdn, unsigned ind, extent_hooks_t *extent_hooks);
H A Djemalloc_internal_inlines_a.h93 ret = arena_init(tsdn, ind, in arena_get()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h5 #define arena_init JEMALLOC_N(arena_init) macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c368 arena_init(tsdn_t *tsdn, unsigned ind, extent_hooks_t *extent_hooks) { in arena_init() function
1557 if (arena_init(TSDN_NULL, 0, (extent_hooks_t *)&extent_hooks_default) in malloc_init_hard_a0_locked()
H A Dctl.c1022 if (arena_init(tsd_tsdn(tsd), arena_ind, extent_hooks) == NULL) { in ctl_arena_init()
2395 arena = arena_init(tsd_tsdn(tsd), arena_ind, in arena_i_extent_hooks_ctl()