phip1611 / simple-chunk-allocator
A simple allocator written in Rust that manages memory in fixed-size chunks.
☆12Updated 7 months ago
Alternatives and similar repositories for simple-chunk-allocator
Users that are interested in simple-chunk-allocator are comparing it to the libraries listed below
Sorting:
- A reader-writer lock that provides extremely fast read access without starving writers☆78Updated last year
- A collection of custom allocators☆44Updated 7 years ago
- Backtrace support for Rust `no_std` and embedded programs.☆48Updated 2 years ago
- Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.☆28Updated 6 months ago
- A lock-free memory allocator☆59Updated last week
- Data structures like Rust `alloc` which reuse user allocated memory☆56Updated 7 months ago
- (lifetime) GATs on stable Rust☆58Updated last year
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆74Updated last year
- An example of making sure your Rust library actually builds in no-std environments☆38Updated 2 years ago
- Simple RISC-V emulator presented at Rust Nation 2023☆64Updated 2 years ago
- Library facilitating safe pinned initialization☆40Updated last week
- Lending iterators on stable Rust☆82Updated last year
- sptr: The Strict Provenance Polyfill☆76Updated last year
- New register allocator designed as a successor to regalloc2☆38Updated 2 months ago
- Allows for proper and easy handling of volatile memory☆39Updated last year
- Project group working on the "safe transmute" feature☆92Updated 8 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Using Type-Level Programming in Rust to Make Safer Hardware Abstractions☆52Updated 3 years ago
- Code coverage support for Rust `no_std` and embedded programs☆55Updated 6 months ago
- ☆84Updated 11 months ago
- Generate markdown comparison tables from `cargo-criterion` JSON output☆33Updated 3 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated 11 months ago
- Scalable and lock-free memory reclamation system☆28Updated 2 months ago
- ☆67Updated 9 months ago
- We have Crater At Home☆33Updated 6 months ago
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Updated last year
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated 8 months ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆59Updated 11 months ago