Expand description
Hazard pointers.
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.