⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

collect_protected

Function collect_protected 

Source
pub fn collect_protected() -> [usize; 64]
Expand description

Scan all hazard pointer slots and return a list of currently protected addresses. Used for batch reclamation: collect a retire list, then filter out any addresses that appear in the hazard set.