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 crate to use process file descriptors (pidfd) for Linux☆50Updated 6 months ago
- Composable, lock-free, allocation-light data structures☆61Updated 7 years ago
- Simple malloc implementation.☆33Updated 9 months ago
- Modular register allocator algorithms☆105Updated 3 years ago
- Unified interface for type-safe MMIO and CPU register access in Rust☆49Updated 4 years ago
- Portable high-level bitwise manipulation algorithms☆51Updated 4 years ago
- Single-address-space capability-based nanokernel☆84Updated last week
- dlmalloc ported into Rust☆112Updated last week
- Higher level LLDB bindings for Rust built on lldb-sys.☆59Updated 9 months ago
- Rust library for memory barrier☆35Updated last year
- A collection of custom allocators☆46Updated 8 years ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆22Updated 2 years ago
- A library that provides a way to logically own objects, whether or not heap allocation is available☆71Updated last year
- Easy access to individual bits of integers.☆51Updated 2 years ago
- Rust crate for runtime x86 assembler template generation☆20Updated 6 years ago
- ☆68Updated 3 months ago
- ☆37Updated 11 months ago
- A multicore OS for learning, written in Rust☆25Updated 4 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 8 months ago
- A small standalone WebAssembly interpreter in Rust☆36Updated 7 years ago
- C99 (toy) compiler toolchain in Rust (in a weekend, for fun and self-education)☆176Updated 5 years ago
- A simple error library for no_std + no_alloc Rust☆18Updated 5 years ago
- Mirror of https://gitlab.redox-os.org/redox-os/syscall☆37Updated last week
- WIP Port of Rust's std to Minix☆45Updated 5 years ago
- Initialization code ("crt0") written in Rust☆70Updated 4 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆31Updated 5 years ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated last year
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago