malloc topic
duma
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
Heap-Layers
Heap Layers: An Extensible Memory Allocation Infrastructure
Hoard
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
hardened_malloc
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
Message passing based allocator
ralloc
Mirror of https://gitlab.redox-os.org/redox-os/ralloc
o1heap
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
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
HiMem
HiMem 是知乎内部使用的针对 Android 系统开发的线上应用内存使用监控与分析套件,目前支持 mmap/munmap/malloc/calloc/realloc/free 等库函数的监控,同时提供高性能的 Java 层和 Native 层调用栈捕获能力。
lwmem
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions