Expand description
Unsynchronized memory pools.
Structs§
- Slice
Box - An allocation in an owned
SlicePool
. - Slice
Pool - 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
.