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的平台上使用。随着时间的推移,它将获得更多的可移植性/集成性。
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
🌈可编译苹果官方源码objc!现在有objc4底层源码,以及libmalloc等可编译版本,大家可以自由LLDB调试!
Heap Layers: An Extensible Memory Allocation Infrastructure
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Mirror of https://gitlab.redox-os.org/redox-os/ralloc
Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. Allocation takes ≈165 cycles on Cortex M4. There is very little activity because the proje...
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
A hostile memory allocator to make WebAssembly applications more predictable.
Fast multi-threaded memory allocator
A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of good virtual memory management, at the cost of wasting some memor...
When storing a value in a Go interface allocates memory on the heap.
#算法刷题#A custom malloc implementation in C explained
A library for constructing allocators and memory pools. It also contains broadly useful abstractions and utilities for memory management. UMF allows users to manage multiple memory pools characterized...