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
- Implementation of triple buffering in Rust☆89Updated 3 weeks ago
- A collection of custom allocators☆45Updated 8 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- Rust crate for runtime x86 assembler template generation☆20Updated 6 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 3 months ago
- Modular register allocator algorithms☆106Updated 2 years ago
- dlmalloc ported into Rust☆110Updated 2 weeks ago
- Hazard pointer based concurrent memory reclamation for Rust.☆31Updated 5 years ago
- An interface to a generic allocator so a no_std rust library can allocate memory, with, or without stdlib being linked.☆175Updated last year
- A multicore OS for learning, written in Rust☆25Updated 4 years ago
- Just hacking around on a toy Rust-based on based on the blog posts at http://blog.phil-opp.com/☆90Updated 2 years ago
- ☆68Updated 2 weeks ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 5 months ago
- Single-address-space capability-based nanokernel☆82Updated last month
- Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.☆32Updated 10 months ago
- Unified interface for type-safe MMIO and CPU register access in Rust☆49Updated 4 years ago
- Rust library for memory barrier☆35Updated last year
- Mirror of https://gitlab.redox-os.org/redox-os/syscall☆36Updated 3 weeks ago
- WIP Port of Rust's std to Minix☆45Updated 5 years ago
- Rust implementation of Xinu educational operating system☆34Updated 4 years ago
- liburing bindings☆35Updated 3 years ago
- Rust as sandbox☆35Updated 11 years ago
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated last year
- Mirror of https://gitlab.redox-os.org/redox-os/drivers☆59Updated last week
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- A library that provides a way to logically own objects, whether or not heap allocation is available☆71Updated last year
- Collection of techniques for (binary) string searching☆24Updated 5 years ago
- elf parser and navigation tool, pure Rust☆170Updated 5 months ago