Skip to main content

CONTIGUOUS_ALLOC_PAGES

Static CONTIGUOUS_ALLOC_PAGES 

Source
static CONTIGUOUS_ALLOC_PAGES: AtomicUsize
Expand description

Total pages handed out by allocate_phys_contiguous (in units of 4 KiB pages, summed across orders).

Incremented on every successful contiguous alloc; never decremented. Paired with CONTIGUOUS_FREE_PAGES to derive the live count.