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☆85Updated 2 years ago
- An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint☆13Updated last year
- Simple RISC-V emulator presented at Rust Nation 2023☆66Updated 2 years ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 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.☆32Updated 11 months ago
- Using Type-Level Programming in Rust to Make Safer Hardware Abstractions☆53Updated 3 years ago
- A collection of custom allocators☆45Updated 8 years ago
- Scalable and lock-free memory reclamation system☆35Updated this week
- ☆37Updated 9 months ago
- Library facilitating safe pinned initialization☆61Updated this week
- Rust interface for Linux futexes, the fast user-space locking primitive.☆91Updated last year
- Code coverage support for Rust `no_std` and embedded programs☆60Updated 11 months ago
- Easy access to individual bits of integers.☆51Updated 2 years ago
- An example of making sure your Rust library actually builds in no-std environments☆39Updated 2 years ago
- fast hex☆94Updated 2 months ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- ☆76Updated last year
- Rust library to program hardware performance counter.☆54Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆84Updated last year
- A cross-platform virtual memory API written in Rust☆130Updated last year
- A lock-free memory allocator☆63Updated last month
- New register allocator designed as a successor to regalloc2☆49Updated 2 months ago
- Read trait fixed to soundly work with uninitalized memory☆27Updated last year
- An arbitrary-precision floating-point library in Rust☆46Updated 5 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Updated last year
- Byte-wise atomic memcpy.☆37Updated last month
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last week
- perf-event: a Rust interface to Linux performance monitoring☆124Updated last month