7 lines
268 B
Markdown
7 lines
268 B
Markdown
Collection of allocator implementations.
|
|
|
|
This crate provides the following allocator implementations:
|
|
- A freeing-bump allocator: [`FreeingBumpHeapAllocator`](https://docs.rs/sc-allocator/latest/sc_allocator/struct.FreeingBumpHeapAllocator.html)
|
|
|
|
License: Apache-2.0
|