malloc
Here are 48 public repositories matching this topic...
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
-
Updated
Mar 30, 2025 - C++
Heap Layers: An Extensible Memory Allocation Infrastructure
-
Updated
May 23, 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++
MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.
-
Updated
Jun 3, 2025 - C++
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
Jan 12, 2025 - C++
Low memory overhead allocator
-
Updated
Nov 14, 2024 - C++
A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.
-
Updated
Mar 13, 2025 - C++
Real Time Safety Heap Allocator
-
Updated
Aug 25, 2024 - C++
An efficient solution to replace malloc - Google open source project tcmalloc high-concurrency memory pool learning and simulation implementation. This project extracts the essence of Google-tcmalloc. After testing and optimization, the performance is better than malloc to a certain extent.
-
Updated
Sep 5, 2024 - C++
This extended Eigen C++ template library and wrapper provide a malloc-free Moore-Penrose pseudoinverse solver.
-
Updated
May 31, 2022 - C++
Randomized malloc implementation
-
Updated
Dec 8, 2020 - C++
A lightweight kernel shell coded in C!
-
Updated
Aug 28, 2023 - C++
Very simple memory logger, designed to profile the application by the nature of memory allocations in accordance with the size of the chunks. Feel free to check project wiki at https://github.com/yvoinov/memlogger/wiki
-
Updated
May 30, 2025 - C++
Header-Only Composable Memory Allocator Library for C++.
-
Updated
Feb 8, 2017 - 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."