Slab allocator for Rust
slab allocator in go
A carefully optimised, POSIX-compatible slab allocator for userspace.
Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.
Slab allocator for no_std systems. Uses multiple slabs with blocks of different sizes and makes a linked list from free blocks
Slab Memory Allocator in Application Layer
Portable umem Slab allocator
Small implementation in C of a slab allocator in user space
Slitter is a C- and Rust-callable slab allocator implemented primarily in Rust, with some C for performance or to avoid unstable Rust features.
The Wasm-Enabled, Elfin Allocator
Doug Lea's memory allocator
memory pool allocator
Two-Level Segregated Fit memory allocator implementation.
A heap allocator for embedded systems
mimalloc 是一个性能出色的内存分配器,是malloc替代品
A STL allocator that mmaps files
Volatile Persistent Memory Allocator
A memory allocator for Go.
Rust allocator using jemalloc as a backend