atomic-tagged-ptr 0.3.1

A platform-adaptive atomic tagged pointer implementation supporting 32-bit, 48-bit, and 52/57-bit high virtual address layouts with ABA protection.
Documentation
1
2
3
4
5
6
7
mod tagged;
mod wrapper;

pub use tagged::AtomicTaggedPtr;
pub use tagged::TAG_MASK;
pub use tagged::TaggedPtr;
pub use wrapper::Ptr;