mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-10-27 06:26:32 +01:00
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. It will gain more portability / integration over time.
grapheneoshardeningmallocmalloc-librarymemorymemory-allocationmemory-allocatorquarantinesecurityslab-allocator
| .gitignore | ||
| calculate_waste.py | ||
| CREDITS | ||
| LICENSE | ||
| Makefile | ||
| malloc.c | ||
| malloc.h | ||
| preload.sh | ||
| random.c | ||
| random.h | ||
| util.c | ||
| util.h | ||