A memory allocator that automatically reduces the memory footprint of C/C++ applications.
-
Updated
Nov 19, 2021 - C++
{{ message }}
A memory allocator that automatically reduces the memory footprint of C/C++ applications.
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.
Fast multi-threaded memory allocator
Hardened Memory Allocator for many Applications to increase Security. Debian packaging fork only. Fork Homepage: https://www.whonix.org/wiki/Hardened_Malloc Upstream original: https://github.com/GrapheneOS/hardened_malloc
A personal implementation of glibc functions malloc(), free() and realloc()
Eyeball Allocation Table
Implementation of malloc, realloc, and free.
Addition & Subtraction for Big Numbers
My own implementation of malloc and free
This project is a custom implementation of the C family of functions in charge of dynamic memory management: malloc, calloc, realloc and free.
Add a description, image, and links to the malloc-library topic page so that developers can more easily learn about it.
To associate your repository with the malloc-library topic, visit your repo's landing page and select "manage topics."