allocator topic

List allocator repositories

o1heap

225
Stars
26
Forks
Watchers

Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. There is very little activity because the project is finished and does not require further...

embedded-alloc

276
Stars
52
Forks
Watchers

A heap allocator for embedded systems

tlsf

74
Stars
4
Forks
Watchers

TLSF: two-level segregated fit O(1) allocator

slabdbg

80
Stars
9
Forks
Watchers

GDB plug-in that helps exploiting the Linux kernel's SLUB allocator

mulle-allocator

76
Stars
1
Forks
Watchers

🔄 Flexible C memory allocation scheme

poireau

85
Stars
5
Forks
Watchers

Poireau: a sampling allocation debugger

qalloc

72
Stars
3
Forks
Watchers

A quick pool allocator for c++ with type info and gc support

MemoryAllocator.KanameShiki

76
Stars
9
Forks
Watchers

Fast multi-threaded memory allocator

acid_alloc

76
Stars
2
Forks
Watchers

Bare-metal allocators.

buddy_system_allocator

84
Stars
22
Forks
Watchers

A buddy system allocator in pure Rust.