allocator topic
rpmalloc
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
Mesh
A memory allocator that automatically reduces the memory footprint of C/C++ applications.
snmalloc
Message passing based allocator
heap_allocator
A simple heap memory allocator in ~200 lines.
tinyalloc
malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...)
wee_alloc
The Wasm-Enabled, Elfin Allocator
ralloc
Mirror of https://gitlab.redox-os.org/redox-os/ralloc
mimalloc_rust
A Rust wrapper over Microsoft's MiMalloc memory allocator
gpu-allocator
🦀 GPU memory allocator for Vulkan, DirectX 12 and Metal. Written in pure Rust
book
Writing Interpreters in Rust: a Guide