Module traits

Module traits 

Source
Expand description

The library’s main traits.

Traits§

Alloc
A memory allocation interface.
BasicAlloc
A memory allocation interface which can allocate and deallocate.
Dealloc
A memory allocation interface which can also deallocate memory.
FullAlloc
A memory allocation interface which can allocate, deallocate, and arbitrarily resize allocations.
Grow
A memory allocation interface which can also grow allocations.
Realloc
A memory allocation interface which can arbitrarily resize allocations.
Shrink
A memory allocation interface which can also shrink allocations.