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
☆12Updated last year
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]☆31Updated 5 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated last month
- Rust implementation of Xinu educational operating system☆34Updated 4 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 5 years ago
- Portable high-level bitwise manipulation algorithms☆50Updated 3 years ago
- Ethox is a standalone network stack for user-space networking and unikernels☆40Updated 2 months ago
- 2-8-2, a RISC-V Experimental OS☆28Updated 5 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- A multicore OS for learning, written in Rust☆24Updated 4 years ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- An ordered map and set based on a trie.☆28Updated 5 years ago
- A tiny experiment into building safe fibers in Rust☆26Updated 4 years ago
- Talks I've given at various conferences☆18Updated 7 years ago
- Unified interface for type-safe MMIO and CPU register access in Rust☆48Updated 3 years ago
- Simply and Easily cross-compile the Rust sysroot crates.☆14Updated 3 years ago
- Stackful coroutine library for Rust that "just works"☆53Updated 2 years ago
- Rust mock type implementing io::Read & io::Write☆13Updated 6 years ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 3 years ago
- liburing bindings☆34Updated 2 years ago
- Rust library for memory barrier☆35Updated last year
- A collection of custom allocators☆44Updated 8 years ago
- ☆40Updated 6 years ago
- A C Compiler/Parser written in Rust☆53Updated 4 months ago
- Initialization code ("crt0") written in Rust☆70Updated 3 years ago
- WIP Port of Rust's std to Minix☆45Updated 5 years ago
- Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.☆32Updated 7 months ago
- A growable bit-vector for Rust, optimized for size☆41Updated 4 months ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- Virtual Machine/Interpreter dispatch method experiments in Rust☆38Updated 7 years ago