pub static VMALLOC_ALLOC_SEQ: AtomicU64Expand description
Monotonic count of successful vmalloc calls this boot (next seq = current value).
Incremented only after mapping succeeds so failed attempts do not consume
sequence numbers. Live nodes store the assigned value in VmallocAttr::alloc_seq.
Lower alloc_seq still means an earlier successful allocation among live mappings.