Repository navigation
malloc-library
- Website
- Wikipedia
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.
[Start here!] Flow-IPC - Modern C++ toolkit for high-speed inter-process communication (IPC)
Fast multi-threaded memory allocator
Low memory overhead allocator
A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.
A hardened malloc() replacement
A personal implementation of glibc functions malloc(), free() and realloc()
Pure Go generic implementation of freelist allocator
A high-performance off-heap memory pool for Java applications.
This project provides functionalities for custom memory allocation, including multiple allocation strategies (First-Fit, Next-Fit, Best-Fit), architecture-specific memory alignment, and debugging support.
Library to help with memory allocations backed by files
Eyeball Allocation Table
Implementation of malloc, realloc, 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.
Low-level programming language with ALX and Holberton School