crates.io : simple-chunk-allocator
A 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.
Registry
-
Source
- Documentation
- JSON
purl: pkg:cargo/simple-chunk-allocator
Keywords:
allocator
, memory
, memory-management
, rust
License: MIT
Latest release: 18 days ago
First release: over 3 years ago
Dependent packages: 4
Dependent repositories: 3
Downloads: 12,601 total
Stars: 12 on GitHub
Forks: 0 on GitHub
Total Commits: 58
Committers: 2
Average commits per author: 29.0
Development Distribution Score (DDS): 0.121
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/phip1611
Last synced: 18 days ago