Module slice_pool2::sync
source · Expand description
Synchronized memory pools.
Structs
- An allocation in an owned
SlicePool. - A thread-safe interface for allocating chunks in an owned slice.
Traits
- Interface for any slice compatible with a thread-safe
SlicePool.