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

/netbsd-current/external/bsd/jemalloc/dist/src/
H A Darena.c283 arena_nactive_sub(arena_t *arena, size_t sub_pages) { argument
284 assert(atomic_load_zu(&arena->nactive, ATOMIC_RELAXED) >= sub_pages);
285 atomic_fetch_sub_zu(&arena->nactive, sub_pages, ATOMIC_RELAXED);

Completed in 200 milliseconds