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
Sorting:
- 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 last year
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 5 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- Simple malloc implementation.☆32Updated 2 months ago
- Modular register allocator algorithms☆106Updated 2 years ago
- Rust implementation of Xinu educational operating system☆34Updated 4 years ago
- Portable high-level bitwise manipulation algorithms☆50Updated 3 years ago
- Single-address-space capability-based nanokernel☆81Updated 3 weeks ago
- Unified interface for type-safe MMIO and CPU register access in Rust☆48Updated 3 years ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated 8 months ago
- A fast thread safe memory pool for reusing allocations.☆29Updated 9 years ago
- Rust crate for runtime x86 assembler template generation☆20Updated 5 years ago
- ☆24Updated 2 years ago
- liburing bindings☆34Updated 2 years ago
- Rust library for memory barrier☆35Updated last year
- WIP Port of Rust's std to Minix☆45Updated 5 years ago
- Cooperative multitasking (AKA async/await) on ARM Cortex-M☆38Updated 5 years ago
- POSIX AIO bindings for mio☆21Updated last week
- A C expression parser and evaluator☆46Updated 2 years ago
- 2-8-2, a RISC-V Experimental OS☆28Updated 5 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆20Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆56Updated 7 months ago
- Ethox is a standalone network stack for user-space networking and unikernels☆38Updated 3 weeks ago
- A safe-guarded transmute for Rust☆38Updated 11 months ago
- Stackful coroutine library for Rust that "just works"☆53Updated 2 years ago
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆18Updated 4 years ago
- A multicore OS for learning, written in Rust☆24Updated 4 years ago