Simple allocator for no_std systems using a linked list of freed blocks.
# Cargo.toml
[dependencies]
linked_list_allocator = "0.10.6"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a global allocator with a fixed heap region.
Use `LockedHeap` (which wraps a spinlock) instead of `Heap` directly.
No dependency data recorded yet.