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".

ferroc

58
Stars
2
Forks
Watchers

A lock-free memory 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

my-allocator

15
Stars
4
Forks
Watchers

一个简单而较为高效的 C++ Allocator,通过内存池实现