Searched refs:sub_pages (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/src/
H A Darena.c378 arena_nactive_sub(arena_t *arena, size_t sub_pages) { argument
379 assert(atomic_load_zu(&arena->nactive, ATOMIC_RELAXED) >= sub_pages);
380 atomic_fetch_sub_zu(&arena->nactive, sub_pages, ATOMIC_RELAXED);

Completed in 98 milliseconds