weclaw1 / slab_allocatorLinks
Slab allocator for no_std systems. Uses multiple slabs with blocks of different sizes and makes a linked list from free blocks
☆13Updated 2 years ago
Alternatives and similar repositories for slab_allocator
Users that are interested in slab_allocator are comparing it to the libraries listed below
Sorting:
- x86_64 OS kernel with completely async userspace and single address space [WIP; but basic kernel functionality implemented]☆32Updated 5 years ago
- Rust implementation of Xinu educational operating system☆34Updated 5 years ago
- Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.☆33Updated last year
- Composable, lock-free, allocation-light data structures☆62Updated 7 years ago
- Simple malloc implementation.☆33Updated 11 months ago
- Modular register allocator algorithms☆105Updated 3 years ago
- A multicore OS for learning, written in Rust☆25Updated 4 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 8 months ago
- Unified interface for type-safe MMIO and CPU register access in Rust☆49Updated 4 years ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated last year
- A C expression parser and evaluator☆49Updated 2 years ago
- dlmalloc ported into Rust☆115Updated 2 months ago
- A collection of custom allocators☆46Updated 8 years ago
- 2-8-2, a RISC-V Experimental OS☆28Updated 6 years ago
- ☆69Updated 5 months ago
- bluss/IndexMap with amortized resizes☆14Updated 5 years ago
- C99 (toy) compiler toolchain in Rust (in a weekend, for fun and self-education)☆176Updated 5 years ago
- Portable high-level bitwise manipulation algorithms☆53Updated 4 years ago
- Rust library for memory barrier☆36Updated last year
- A super-simple compiler demoing how to talk to LLVM from Rust☆97Updated 9 years ago
- Single-address-space capability-based nanokernel☆86Updated last week
- A C Compiler/Parser written in Rust☆54Updated 6 months ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆22Updated 3 years ago
- Initialization code ("crt0") written in Rust☆69Updated 4 years ago
- Everything related to the practical work/implementation for my Diplom thesis project at TU Dresden.☆43Updated 11 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 10 months ago
- liburing bindings☆35Updated 3 years ago
- WIP Port of Rust's std to Minix☆45Updated 6 years ago
- Easy access to individual bits of integers.☆51Updated 2 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆31Updated 5 years ago