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 T to the length of a cacheline.

Traits

ZerosValid

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