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 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]☆31Updated 5 years ago
- Portable high-level bitwise manipulation algorithms☆50Updated 3 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- A multicore OS for learning, written in Rust☆24Updated 4 years ago
- Everything related to the practical work/implementation for my Diplom thesis project at TU Dresden.☆43Updated 5 months ago
- A collection of custom allocators☆44Updated 8 years ago
- Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.☆32Updated 8 months ago
- Single-address-space capability-based nanokernel☆82Updated 2 weeks ago
- dlmalloc ported into Rust☆109Updated last week
- Unified interface for type-safe MMIO and CPU register access in Rust☆48Updated 4 years ago
- Implementation of triple buffering in Rust☆89Updated this week
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated 2 months ago
- ☆67Updated 11 months ago
- Rust implementation of Xinu educational operating system☆34Updated 4 years ago
- 2-8-2, a RISC-V Experimental OS☆28Updated 5 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 5 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 4 months ago
- Initialization code ("crt0") written in Rust☆70Updated 4 years ago
- A MIPS simulator written in Rust☆19Updated 6 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated 2 weeks ago
- Mirror of https://gitlab.redox-os.org/redox-os/syscall☆36Updated this week
- A library that provides a way to logically own objects, whether or not heap allocation is available☆71Updated last year
- A C expression parser and evaluator☆46Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 5 months ago
- Simple malloc implementation.☆32Updated 5 months ago
- C99 (toy) compiler toolchain in Rust (in a weekend, for fun and self-education)☆173Updated 4 years ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- Rust crate for runtime x86 assembler template generation☆21Updated 6 years ago
- Easy access to individual bits of integers.☆51Updated 2 years ago