weclaw1 / slab_allocator
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
- x86_64 OS kernel with completely async userspace and single address space [WIP; but basic kernel functionality implemented]☆31Updated 4 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated 11 months ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- Rust implementation of Xinu educational operating system☆33Updated 4 years ago
- Virtual Machine/Interpreter dispatch method experiments in Rust☆38Updated 7 years ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆22Updated 6 months ago
- 2-8-2, a RISC-V Experimental OS☆28Updated 5 years ago
- Single-address-space capability-based nanokernel☆80Updated this week
- A growable bit-vector for Rust, optimized for size☆40Updated 2 weeks ago
- Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.☆28Updated 3 months ago
- A C expression parser and evaluator☆46Updated 2 years ago
- Mirror of https://gitlab.redox-os.org/redox-os/syscall☆33Updated last week
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 4 years ago
- Simple malloc implementation.☆31Updated last week
- A multicore OS for learning, written in Rust☆24Updated 3 years ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆36Updated last year
- liburing bindings☆34Updated 2 years ago
- Aligned allocation for Rust☆15Updated 4 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆20Updated 2 years ago
- A Rust kernel running on bare UEFI (no separate bootloader). Very early stage.☆47Updated 6 years ago
- Unified interface for type-safe MMIO and CPU register access in Rust☆48Updated 3 years ago
- An implementation of ext2 filesystem in Rust☆30Updated 6 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 6 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated last year
- My hobby operating system microkernel written in Rust☆44Updated 2 years ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆39Updated 3 years ago
- WIP Port of Rust's std to Minix☆44Updated 5 years ago
- A C Compiler/Parser written in Rust☆53Updated last month
- Automatic peephole optimizer for Cranelift JIT compiler☆19Updated 3 years ago