phip1611 / simple-chunk-allocatorLinks
A simple allocator written in Rust that manages memory in fixed-size chunks.
☆12Updated last year
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☆87Updated 2 years ago
- Backtrace support for Rust `no_std` and embedded programs.☆48Updated 2 years ago
- An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint☆13Updated 2 years ago
- Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.☆33Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- Scalable and lock-free memory reclamation system☆37Updated last month
- Using Type-Level Programming in Rust to Make Safer Hardware Abstractions☆54Updated 4 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- A collection of custom allocators☆46Updated 8 years ago
- Simple RISC-V emulator presented at Rust Nation 2023☆67Updated 2 years ago
- Finding ownership bugs at scale.☆32Updated this week
- Rust io_uring examples☆100Updated last month
- An arbitrary-precision floating-point library in Rust☆47Updated 9 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 3 years ago
- Code coverage support for Rust `no_std` and embedded programs☆62Updated 2 months ago
- perf-event: a Rust interface to Linux performance monitoring☆126Updated 5 months ago
- We have Crater At Home☆37Updated last year
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆77Updated 2 years ago
- ☆37Updated last year
- A lock-free memory allocator☆65Updated 4 months ago
- An LC-3 virtual machine written in Rust for learning purposes.☆45Updated 3 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆140Updated 8 months ago
- Library facilitating safe pinned initialization☆77Updated 2 weeks ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- An object system for Rust based on relative pointers☆38Updated 3 years ago
- Stack unwinding library in Rust☆133Updated 2 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 4 months ago
- Easy access to individual bits of integers.☆51Updated 2 years ago
- Allows for proper and easy handling of volatile memory☆40Updated last year
- ☆30Updated 4 years ago