allocator topic

List allocator repositories

memplusplus

53
Stars
4
Forks
Watchers

C++ memory allocator with smart GC

as-malloc

23
Stars
1
Forks
Watchers

A memory allocator written for AssemblyScript

mimalloc-rust

48
Stars
5
Forks
Watchers

The Best and Highest-Leveled and Newest bingding for MiMalloc Ever Existed in Rust

buddy-allocator-workshop

15
Stars
2
Forks
Watchers

A workshop for comparing buddy allocator algorithms

rust-assert-no-alloc

42
Stars
9
Forks
Watchers

Custom Rust allocator allowing to temporarily disable memory (de)allocations for a thread. Aborts or prints a warning if allocating although forbidden.

Varena

155
Stars
5
Forks
Watchers

Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.

tracking-allocator

44
Stars
4
Forks
Watchers

global allocator for Rust that provides hooks for tracking allocations

buddy_alloc

126
Stars
10
Forks
Watchers

A single header buddy memory allocator for C & C++

numanji

24
Stars
1
Forks
Watchers

Local-affinity first NUMA-aware allocator with optional fallback.