Expand description
Collection of allocator implementations.
This crate provides the following allocator implementations:
- A freeing-bump allocator:
FreeingBumpHeapAllocator
Structs§
- Allocation
Stats - Memory allocation stats gathered during the lifetime of the allocator.
- Freeing
Bump Heap Allocator - An implementation of freeing bump allocator.
Enums§
- Error
- The error type used by the allocators.
Constants§
- MAX_
POSSIBLE_ ALLOCATION - The maximum number of bytes that can be allocated at one time.
Traits§
- Memory
- Grants access to the memory for the allocator.