malloc
Here are 433 public repositories matching this topic...
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.
- 
            Updated
            Oct 29, 2025 
- C
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
- 
            Updated
            Oct 9, 2025 
- C++
🌈可编译苹果官方源码objc!现在有objc4底层源码,以及libmalloc等可编译版本,大家可以自由LLDB调试!
- 
            Updated
            Dec 5, 2022 
- C
Heap Layers: An Extensible Memory Allocation Infrastructure
- 
            Updated
            Sep 22, 2025 
- C++
Constant-complexity, deterministic, very fast memory allocator (heap) for hard real-time high-integrity embedded systems. Allocation takes ≈165 cycles on Cortex M4. There is little activity because the project is finished and does not require further changes.
- 
            Updated
            May 12, 2025 
- C++
- 
            Updated
            Dec 14, 2020 
- Rust
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
- 
            Updated
            May 21, 2024 
- C
MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications (and python in experimental status).
- 
            Updated
            Oct 27, 2025 
- C++
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
- 
            Updated
            Oct 28, 2025 
- C
A hostile memory allocator to make WebAssembly applications more predictable.
- 
            Updated
            May 4, 2022 
- Rust
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 memory. It works by globally overriding the new and delete operators.
- 
            Updated
            Jan 12, 2025 
- C++
Fast multi-threaded memory allocator
- 
            Updated
            Oct 19, 2019 
- C++
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 by different attributes, allowing certain allocation types to be isolated from others and allocated using different hardware resources as required.
- 
            Updated
            Oct 31, 2025 
- C
A custom malloc implementation in C explained
- 
            Updated
            Apr 26, 2022 
- C
Improve this page
Add a description, image, and links to the malloc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the malloc topic, visit your repo's landing page and select "manage topics."