Module crossbeam::mem[][src]

Expand description

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-based memory management

Structs

Pad T to the length of a cacheline.

Traits

Types for which mem::zeroed() is safe.