allocator topic

List allocator repositories

rpmalloc

2.0k
Stars
172
Forks
Watchers

Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C

Mesh

1.7k
Stars
73
Forks
Watchers

A memory allocator that automatically reduces the memory footprint of C/C++ applications.

snmalloc

1.5k
Stars
106
Forks
Watchers

Message passing based allocator

heap_allocator

857
Stars
66
Forks
Watchers

A simple heap memory allocator in ~200 lines.

tinyalloc

763
Stars
72
Forks
Watchers

malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...)

wee_alloc

649
Stars
50
Forks
Watchers

The Wasm-Enabled, Elfin Allocator

ralloc

317
Stars
33
Forks
Watchers

Mirror of https://gitlab.redox-os.org/redox-os/ralloc

mimalloc_rust

466
Stars
42
Forks
Watchers

A Rust wrapper over Microsoft's MiMalloc memory allocator

gpu-allocator

351
Stars
44
Forks
Watchers

🦀 GPU memory allocator for Vulkan, DirectX 12 and Metal. Written in pure Rust