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 2 weeks ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- A collection of custom allocators☆44Updated 7 years ago
- Portable high-level bitwise manipulation algorithms☆50Updated 3 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 5 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- Simple malloc implementation.☆32Updated 3 months ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆21Updated 2 years ago
- dlmalloc ported into Rust☆104Updated 2 months ago
- Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.☆31Updated 6 months ago
- Rust library for memory barrier☆35Updated last year
- A multicore OS for learning, written in Rust☆24Updated 4 years ago
- ☆40Updated 6 years ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated 9 months ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- liburing bindings☆34Updated 2 years ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆40Updated 3 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- Rust crate for runtime x86 assembler template generation☆20Updated 5 years ago
- Extensions to the Rust standard library☆46Updated 6 months ago
- My hobby operating system microkernel written in Rust☆44Updated 2 years ago
- 2-8-2, a RISC-V Experimental OS☆28Updated 5 years ago
- Rust mock type implementing io::Read & io::Write☆13Updated 6 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆39Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- Target "triple" support☆54Updated 4 months ago
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆20Updated 4 years ago
- An implementation of ext2 filesystem in Rust☆31Updated 7 years ago