Crate gear_sp_allocator

Source
Expand description

Collection of allocator implementations.

This crate provides the following allocator implementations:

Structs§

AllocationStats
Memory allocation stats gathered during the lifetime of the allocator.
FreeingBumpHeapAllocator
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.