Searched refs:sub_pages (Results 1 – 1 of 1) sorted by relevance
378 arena_nactive_sub(arena_t *arena, size_t sub_pages) { in arena_nactive_sub() argument379 assert(atomic_load_zu(&arena->nactive, ATOMIC_RELAXED) >= sub_pages); in arena_nactive_sub()380 atomic_fetch_sub_zu(&arena->nactive, sub_pages, ATOMIC_RELAXED); in arena_nactive_sub()