Docs.rs
hazard-0.3.1
hazard 0.3.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
KyleMayes
Dependencies
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hazard
0.3.1
All Items
Crate Items
Structs
Traits
Crate
hazard
Copy item path
Source
Expand description
Hazard pointers.
Hazard Pointers: Safe Memory Reclamation for Lock-Free Objects
Structs
§
Align
Vec
A
Vec
aligned to the size of a cacheline.
BoxMemory
An allocator that uses
Box
to allocate and deallocate memory.
Pointers
A collection of hazardous pointers.
Traits
§
Memory
A type that can allocate and deallocate memory.