//! Memory management for concurrent data structures
//!//! At the moment, the only memory management scheme is epoch-based reclamation,
//! found in the `epoch` submodule.
pubuseself::cache_padded::{CachePadded, ZerosValid};pubmodepoch;modcache_padded;