A memory allocator that automatically reduces the memory footprint of C/C++ applications.
-
Updated
Jan 2, 2024 - C++
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()
A hardened malloc() replacement
Implementation of malloc, realloc, and free.
Eyeball Allocation Table
This project is a custom implementation of the C family of functions in charge of dynamic memory management: malloc, calloc, realloc and free.
Duke ece 650 homework
A simple explicit allocator package based on implicit list.
Low-level programming language with ALX and Holberton School
My own implementation of malloc and free
Implementing pointers and arrays in C.
Harvard CS50's Introduction to Computer Science
A non-production-ready proof of concept memory allocator
Free Them All is a library implemented in C to keep track of allocations and be able to free them later even with a simple function.
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."