malloc
Here are 397 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
Dec 16, 2024 - C
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
-
Updated
Aug 2, 2024 - C++
🌈可编译苹果官方源码objc!现在有objc4底层源码,以及libmalloc等可编译版本,大家可以自由LLDB调试!
-
Updated
Dec 5, 2022 - C
Heap Layers: An Extensible Memory Allocation Infrastructure
-
Updated
Aug 18, 2024 - C++
-
Updated
Dec 14, 2020 - Rust
Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. There is very little activity because the project is finished and does not require further changes.
-
Updated
Apr 10, 2024 - C++
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.
-
Updated
Dec 18, 2024 - C++
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
-
Updated
Oct 23, 2024 - C
A hostile memory allocator to make WebAssembly applications more predictable.
-
Updated
May 4, 2022 - Rust
Fast multi-threaded memory allocator
-
Updated
Oct 19, 2019 - C++
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
Sep 8, 2022 - C++
A custom malloc implementation in C explained
-
Updated
Apr 26, 2022 - 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
Dec 20, 2024 - 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."