Expand description
The library’s main traits.
Traits§
- Alloc
- A memory allocation interface.
- Basic
Alloc - A memory allocation interface which can allocate and deallocate.
- Dealloc
- A memory allocation interface which can also deallocate memory.
- Full
Alloc - 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.