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
Slitter is a C- and Rust-callable slab allocator implemented primarily in Rust, with some C for performance or to avoid unstable Rust features.
a lock-free concurrent slab (experimental)
Message passing based allocator
翻译 - 基于消息传递的分配器
Doug Lea's memory allocator
The Wasm-Enabled, Elfin Allocator
memory pool allocator
An immediate mode GUI for the Love2D framework.
Two-Level Segregated Fit memory allocator implementation.
mimalloc 是一个性能出色的内存分配器,是malloc替代品
A STL allocator that mmaps files
Volatile Persistent Memory Allocator
A memory allocator for Go.
翻译 - Go的内存分配器。
A simple heap memory allocator in ~200 lines.
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
A simple memory allocator - Memory allocation 101
A Rust wrapper over Microsoft's MiMalloc memory allocator
Blazing fast memory allocator designed for video games
Ultra fast C++11 allocator for STL containers.