malloc topic

List malloc repositories

duma

88
Stars
10
Forks
Watchers

duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator

Heap-Layers

374
Stars
56
Forks
Watchers

Heap Layers: An Extensible Memory Allocation Infrastructure

Hoard

1.1k
Stars
126
Forks
Watchers

The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.

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

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

libmemory

210
Stars
43
Forks
Watchers

Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions

HiMem

155
Stars
30
Forks
Watchers

HiMem 是知乎内部使用的针对 Android 系统开发的线上应用内存使用监控与分析套件,目前支持 mmap/munmap/malloc/calloc/realloc/free 等库函数的监控,同时提供高性能的 Java 层和 Native 层调用栈捕获能力。

lwmem

281
Stars
62
Forks
Watchers

Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions