phip1611 / simple-chunk-allocatorLinks
A simple allocator written in Rust that manages memory in fixed-size chunks.
☆12Updated 8 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:
- An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint☆12Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- A collection of custom allocators☆44Updated 8 years ago
- Library facilitating safe pinned initialization☆43Updated last week
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- Backtrace support for Rust `no_std` and embedded programs.☆48Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 9 months ago
- Rust io_uring examples☆82Updated last year
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆74Updated last year
- sptr: The Strict Provenance Polyfill☆76Updated last year
- Using Type-Level Programming in Rust to Make Safer Hardware Abstractions☆53Updated 3 years ago
- Code coverage support for Rust `no_std` and embedded programs☆57Updated 7 months ago
- Scalable and lock-free memory reclamation system☆30Updated last month
- Yet another key-value storage for Rust☆72Updated 3 years ago
- Rust library to program hardware performance counter.☆53Updated 2 years ago
- ☆67Updated 10 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- perf-event: a Rust interface to Linux performance monitoring☆119Updated last month
- Generate markdown comparison tables from `cargo-criterion` JSON output☆33Updated 3 years ago
- ☆30Updated 4 years ago
- Simple RISC-V emulator presented at Rust Nation 2023☆64Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 9 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆183Updated 4 years ago
- Easy access to individual bits of integers.☆49Updated 2 years ago
- Trying to create Sync bump allocator☆37Updated 7 months ago
- A Rust implementation of OS provided synchronization primitives☆57Updated last year
- Lending iterators on stable Rust☆83Updated last year
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Map data structure whose keys are stored as ranges☆88Updated 5 months ago