simple-chunk-allocator
v0.1.6 GrowingA simple `no_std` allocator written in Rust that manages memory in fixed-size chunks/blocks. Useful for basic `no_std` binaries where you want to manage a heap of a few megabytes without complex features such as paging/page table management. Instead, this allocator gets a fixed/static memory region and allocates memory from there. This memory region can be contained inside the executable file that uses this allocator.
Quick Verdict
- โNot updated for 1+ year
- !Pre-1.0: API may have breaking changes
- โPermissive license (MIT)
- !100% of releases were yanked
Security
Deep Insights
145 downloads in the last 30 days (5/day), up 24% from the previous period.
Despite being 4+ years old, simple-chunk-allocator hasn't reached 1.0 yet. Expect potential API changes between versions.
At 26KB, simple-chunk-allocator is lightweight. Small crate size correlates with focused, well-scoped functionality.
100% of releases have been yanked. Check version history before pinning.
Notable dependents include good_memory_allocator, rslab, talloc. When high-quality crates choose simple-chunk-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 simple-chunk-allocator