Module unsync

Source
Expand description

Unsynchronized memory pools.

Structs§

SliceBox
An allocation in an owned SlicePool.
SlicePool
A non thread-safe interface for allocating chunks in an owned slice.

Traits§

Sliceable
Interface for any slice compatible with a non thread-safe SlicePool.