memory-allocator topic

List memory-allocator repositories

go-memory-allocator-visual-guide

200
Stars
26
Forks
Watchers

Go 语言内存分配可视化指南(A visual guide to Go Memory Allocator from scratch (Golang))

Smmalloc-CSharp

155
Stars
11
Forks
Watchers

Blazing fast memory allocator designed for video games meets .NET

cheap

25
Stars
5
Forks
Watchers

Cheap: customized heaps for improved application performance.

hardened_malloc

1.2k
Stars
91
Forks
Watchers

Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms...

Mesh

1.7k
Stars
73
Forks
Watchers

A memory allocator that automatically reduces the memory footprint of C/C++ applications.

snmalloc

1.5k
Stars
106
Forks
Watchers

Message passing based allocator

ralloc

317
Stars
33
Forks
Watchers

Mirror of https://gitlab.redox-os.org/redox-os/ralloc

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

libdiffuzz

163
Stars
10
Forks
Watchers

Custom memory allocator that helps discover reads from uninitialized memory

isoalloc

351
Stars
23
Forks
Watchers

A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance