A memory allocator that automatically reduces the memory footprint of C/C++ applications.
翻译 - 内存分配器,可自动减少C / C ++应用程序的内存占用。
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...
翻译 - 专为现代系统设计的硬化分配器。它已集成到Android的Bionic libc中,并且可以在musl和glibc外部用作动态库,以在其他基于Linux的平台上使用。随着时间的推移,它将获得更多的可移植性/集成性。
[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()
LD_PRELOADed library to randomize malloc and friends.
Pure Go generic implementation of freelist allocator
This project provides functionalities for custom memory allocation, including multiple allocation strategies (First-Fit, Next-Fit, Best-Fit), architecture-specific memory alignment, and debugging su...
A high-performance off-heap memory pool for Java applications.
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