Home
last modified time | relevance | path

Searched refs:arena_dalloc_promoted (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Darena_inlines_b.h234 arena_dalloc_promoted(tsdn, ptr, NULL, true); in arena_dalloc_large_no_tcache()
274 arena_dalloc_promoted(tsdn, ptr, tcache, slow_path); in arena_dalloc_large()
H A Darena_externs.h64 void arena_dalloc_promoted(tsdn_t *tsdn, void *ptr, tcache_t *tcache,
H A Dprivate_namespace.h44 #define arena_dalloc_promoted JEMALLOC_N(arena_dalloc_promoted) macro
/freebsd/contrib/jemalloc/src/
H A Darena.c1597 arena_dalloc_promoted(tsdn_t *tsdn, void *ptr, tcache_t *tcache, in arena_dalloc_promoted() function