24 results found Sort:
Message passing based allocator
Created
2019-01-09
1,249 commits to main branch, last one 12 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
730 commits to main branch, last one 17 days ago
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
Created
2012-04-04
548 commits to master branch, last one 23 days ago
🌈可编译苹果官方源码objc!现在有objc4底层源码,以及libmalloc等可编译版本,大家可以自由LLDB调试!
Created
2019-10-08
48 commits to master branch, last one 2 years ago
Heap Layers: An Extensible Memory Allocation Infrastructure
Created
2012-06-18
531 commits to master branch, last one 12 days ago
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Created
2019-04-20
371 commits to develop branch, last one 23 days ago
Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. Allocation takes ≈165 cycles on Cortex M4. There is very little activity because the proje...
Created
2020-01-22
81 commits to master branch, last one about a year 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 11 months ago
Generic manual memory management for golang
Created
2022-11-30
124 commits to master branch, last one 3 months ago
HiMem 是知乎内部使用的针对 Android 系统开发的线上应用内存使用监控与分析套件,目前支持 mmap/munmap/malloc/calloc/realloc/free 等库函数的监控,同时提供高性能的 Java 层和 Native 层调用栈捕获能力。
Created
2020-11-16
58 commits to master branch, last one 3 years ago
MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.
Created
2018-02-05
680 commits to master branch, last one about a month ago
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
Created
2020-08-25
1,032 commits to master branch, last one 20 days 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
77 commits to main branch, last one 3 months 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 3 years ago
A custom malloc implementation in C explained
Created
2016-11-30
11 commits to master branch, last one 2 years ago
A lock-free memory allocator
Created
2024-01-27
254 commits to master branch, last one about a month 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
2,215 commits to main branch, last one 5 days 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
Reimplementing malloc(), calloc(), realloc(), free() in c from scratch using system calls
Created
2021-11-19
27 commits to master branch, last one about a year 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 about a year ago
Blazing fast and memory safe malloc implementation using rand.
Created
2024-11-01
5 commits to master branch, last one 2 months ago
atomalloc is an asynchronous, atomic, and lock-free memory allocator written in pure safe Rust
Created
2024-10-24
13 commits to main branch, last one about a month ago
Low memory overhead allocator
Created
2024-08-08
23 commits to main branch, last one 5 months ago