pub fn is_protected(addr: usize) -> boolExpand description
Check whether a given address is currently protected by any hazard pointer.
Used by reclaimers before freeing memory to ensure no thread is actively referencing the object.
pub fn is_protected(addr: usize) -> boolCheck whether a given address is currently protected by any hazard pointer.
Used by reclaimers before freeing memory to ensure no thread is actively referencing the object.