allocator topic

List allocator repositories

gpu-alloc

85
Stars
18
Forks
Watchers

Implementation agnostic memory allocator for Vulkan-like APIs

MemoryPool

21
Stars
5
Forks
Watchers

simple memory pool / thread safe / minimized context switching / Memory managed in 4 levels / Requirements(Windows xp~ / Visualstudio 2015)

talc

389
Stars
9
Forks
Watchers

A fast and flexible allocator for no_std and WebAssembly

blink-alloc

98
Stars
1
Forks
Watchers

Fast, concurrent, arena-based allocator with drop support

Arenas

85
Stars
3
Forks
Watchers

Unmanaged arena memory allocators for C#/CSharp with easy interactions between managed and unmanaged references

metall

50
Stars
14
Forks
Watchers

Persistent memory allocator for data-centric analytics

linear_ac

54
Stars
14
Forks
Watchers

Speed up the memory allocation and improve the garbage collection performance.

42_ft_containers

26
Stars
1
Forks
Watchers

School project: reimplement the STL containers (using allocator, double linked list and AVL binary trees).

metamalloc

102
Stars
3
Forks
Watchers

Single header template based general purpose memory allocation library for Linux & Windows. Repo also provides a live http memory profiler as a separate single-header with no dependencies