21 results found Sort:

106
1.5k
mit
40
Message passing based allocator
Created 2019-01-09
1,175 commits to main branch, last one 22 hours ago
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...
Created 2018-08-23
714 commits to main branch, last one 4 months ago
126
1.1k
apache-2.0
63
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
Created 2012-04-04
537 commits to master branch, last one 10 months ago
🌈可编译苹果官方源码objc!现在有objc4底层源码,以及libmalloc等可编译版本,大家可以自由LLDB调试!
Created 2019-10-08
48 commits to master branch, last one about a year ago
56
375
apache-2.0
20
Heap Layers: An Extensible Memory Allocation Infrastructure
Created 2012-06-18
516 commits to master branch, last one about a month ago
62
281
mit
19
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Created 2019-04-20
339 commits to develop branch, last one 6 days ago
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...
Created 2020-01-22
81 commits to master branch, last one 2 months ago
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
Created 2017-04-19
273 commits to master branch, last one about a month ago
30
155
apache-2.0
7
HiMem 是知乎内部使用的针对 Android 系统开发的线上应用内存使用监控与分析套件,目前支持 mmap/munmap/malloc/calloc/realloc/free 等库函数的监控,同时提供高性能的 Java 层和 Native 层调用栈捕获能力。
Created 2020-11-16
58 commits to master branch, last one 2 years ago
Single header template based general purpose memory allocation library for Linux & Windows. Repo also provides a live http memory profiler as a separate single-header with no dependencies
Created 2024-01-15
1 commits to main branch, last one 5 months ago
13
100
other
11
MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.
Created 2018-02-05
628 commits to master branch, last one about a month ago
10
91
gpl-2.0
9
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
Created 2020-08-25
1,020 commits to master branch, last one 9 days ago
Generic manual memory management for golang
Created 2022-11-30
87 commits to master branch, last one about a year ago
A hostile memory allocator to make WebAssembly applications more predictable.
Created 2019-02-24
33 commits to master branch, last one 3 years ago
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...
Created 2021-03-19
76 commits to main branch, last one about a year ago
When storing a value in a Go interface allocates memory on the heap.
Created 2022-01-27
46 commits to main branch, last one 2 years ago
A custom malloc implementation in C explained
Created 2016-11-30
11 commits to master branch, last one 2 years ago
:rocket: Multiple Projects done in C programming language during the ALX Low Level programming steeplechase track , Cohort6
Created 2022-04-08
355 commits to main branch, last one about a year ago
1
38
apache-2.0
1
A lock-free memory allocator
Created 2024-01-27
179 commits to master branch, last one a day ago
Memdetect is a cross-platform shell script to compile and run your C or C++ project with a wrapper of malloc() and free(), which will help you understand your memory-management and find memory leaks.
Created 2022-05-16
213 commits to master branch, last one 3 months ago
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...
Created 2023-09-26
1,024 commits to main branch, last one a day ago