Module crossbeam::mem
[−]
[src]
Memory management for concurrent data structures
At the moment, the only memory management scheme is epoch-based reclamation,
found in the epoch
submodule.
Modules
epoch |
Epoch-based memory management |
Structs
CachePadded |
Pad |
Traits
ZerosValid |
Types for which mem::zeroed() is safe. |