allocator topic
List
allocator repositories
opool
18
Stars
3
Forks
Watchers
High-performance, lock-free local and concurrent object memory pool with automated allocation, cleanup, and verification.
arena-allocator
21
Stars
1
Forks
Watchers
Super small, simple, and C89-compliant single-header arena "allocator".
tcmalloc-rs
17
Stars
7
Forks
Watchers
A drop-in GlobalAlloc implementation using tcmalloc from gperftools.
dalloc
15
Stars
2
Forks
Watchers
This is the custom implementation of function malloc for embedded systems, that defragmentate memory after using it. Good solution when you need to allocate memory dynamically, but memory fragmentatio...
libpool
31
Stars
1
Forks
Watchers
Tiny (ANSI) C library for pool allocation