Crate divvy_core

Source

Structs§

AllocError
An error occurred during allocation, and the requested memory blocks could not be returned.
NonZeroLayout
A Layout such that the size is never zero.

Traits§

Allocator
Safety
Deallocator
A Deallocator can be used to deallocate or shrink an allocation described by a NonZeroLayout.