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:
- Finding ownership bugs at scale.☆28Updated 2 weeks ago
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago
- An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint☆13Updated last year
- A collection of custom allocators☆46Updated 8 years ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 years ago
- Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.☆33Updated last year
- perf-event: a Rust interface to Linux performance monitoring☆126Updated 4 months ago
- An arbitrary-precision floating-point library in Rust☆47Updated 8 months ago
- Backtrace support for Rust `no_std` and embedded programs.☆48Updated 2 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- Generate markdown comparison tables from `cargo-criterion` JSON output☆34Updated 3 years ago
- Scalable and lock-free memory reclamation system☆37Updated 3 weeks ago
- Using Type-Level Programming in Rust to Make Safer Hardware Abstractions☆54Updated 4 years ago
- A cross-platform virtual memory API written in Rust☆133Updated last year
- Byte-wise atomic memcpy.☆39Updated last week
- Rust io_uring examples☆99Updated 2 weeks ago
- Library facilitating safe pinned initialization☆73Updated last week
- Read trait fixed to soundly work with uninitalized memory☆28Updated 2 years ago
- We have Crater At Home☆37Updated last year
- Local-affinity first NUMA-aware allocator with optional fallback.☆29Updated 4 years ago
- An LC-3 virtual machine written in Rust for learning purposes.☆44Updated 2 years ago
- A lock-free memory allocator☆65Updated 3 months ago
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Updated last year
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- A Rust implementation of the Strobe protocol framework☆27Updated last month
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 7 years ago
- Comprehensive timing leak protection for Rust programs https://www.chosenplaintext.ca/open-source/rust-timing-shield/☆56Updated 2 years ago
- Rust library to program hardware performance counter.☆58Updated 3 years ago
- A concurrent, spsc ring-buffer with sized reservations☆102Updated 5 years ago