linked_list_allocator
v0.10.6 GrowingSimple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures.
Quick Verdict
- โActively maintained (updated 41d ago)
- !Pre-1.0: API may have breaking changes
- โTrusted by 331 crates
- โTeam maintained (2 owners)
- โTiny footprint (24KB, 1 deps)
Security
Deep Insights
393.3K downloads in the last 30 days (13.1K/day), up 24% from the previous period.
331 crates depend on linked_list_allocator. Reasonable ecosystem adoption, though not yet a core dependency.
This crate is maintained by a team (2 owners), reducing bus-factor risk and ensuring continuity.
Despite being 10+ years old, linked_list_allocator hasn't reached 1.0 yet. Expect potential API changes between versions.
Only 1 direct dependencies. Lean dependency tree means faster builds and lower supply chain risk.
At 23KB, linked_list_allocator is lightweight. Small crate size correlates with focused, well-scoped functionality.
Notable dependents include embedded-alloc, esp-alloc, alloc-cortex-m, good_memory_allocator, libertyos_kernel. When high-quality crates choose linked_list_allocator, it's a strong quality signal.
Health Breakdown
Recency, release consistency, active ratio
Yanked ratio, deps, size, maturity, features
Reverse deps, ownership, ecosystem
Downloads, momentum, growth trend
Docs, repo, license, metadata
Download Trend
Top Dependents
Most downloaded crates that depend on linked_list_allocator
Version Adoption
Release Timeline
Feature Flags
default =["use_spin"]