22 results found Sort:

112
1.6k
mit
41
Message passing based allocator
Created 2019-01-09
1,211 commits to main branch, last one 3 days 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
726 commits to main branch, last one 5 days ago
130
1.1k
apache-2.0
64
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
Created 2012-04-04
539 commits to master branch, last one 4 months ago
🌈可编译苹果官方源码objc!现在有objc4底层源码,以及libmalloc等可编译版本,大家可以自由LLDB调试!
Created 2019-10-08
48 commits to master branch, last one 2 years ago
56
385
apache-2.0
20
Heap Layers: An Extensible Memory Allocation Infrastructure
Created 2012-06-18
518 commits to master branch, last one 4 months ago
66
306
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
353 commits to develop branch, last one 2 months 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 8 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 7 months ago
30
160
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
Generic manual memory management for golang
Created 2022-11-30
123 commits to master branch, last one 3 months ago
16
109
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
670 commits to master branch, last one 3 days ago
11
102
gpl-2.0
11
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
Created 2020-08-25
1,028 commits to master branch, last one about a month 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 2 years 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
1
56
apache-2.0
2
A lock-free memory allocator
Created 2024-01-27
241 commits to master branch, last one 5 days 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,794 commits to main branch, last one a day 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 2 years 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 9 months ago
Low memory overhead allocator
Created 2024-08-08
23 commits to main branch, last one about a month ago
0
26
mpl-2.0
1
atomalloc is an asynchronous, atomic, and lock-free memory allocator written in pure safe Rust
Created 2024-10-24
11 commits to main branch, last one about a month ago