Crate sc_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.

Traits§

Memory
Grants access to the memory for the allocator.