memory-allocator
There are 152 repositories under memory-allocator topic.
plasma-umass/Mesh
A memory allocator that automatically reduces the memory footprint of C/C++ applications.
microsoft/snmalloc
Message passing based allocator
GrapheneOS/hardened_malloc
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.
struct/isoalloc
A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance
redox-os/ralloc
Mirror of https://gitlab.redox-os.org/redox-os/ralloc
SergeyMakeev/smmalloc
Blazing fast memory allocator designed for video games
pavel-kirienko/o1heap
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.
coldnight/go-memory-allocator-visual-guide
Go 语言内存分配可视化指南(A visual guide to Go Memory Allocator from scratch (Golang))
nxrighthere/Smmalloc-CSharp
Blazing fast memory allocator designed for video games meets .NET
spaskalev/buddy_alloc
A single header buddy memory allocator for C & C++
Shnatsel/libdiffuzz
Custom memory allocator that helps discover reads from uninitialized memory
yvt/rlsf
Constant-time dynamic memory allocator in Rust
EmuraDaisuke/MemoryAllocator.KanameShiki
Fast multi-threaded memory allocator
facil-io/cstl
facil.io C STL - a Server Toolbox Library for C, including JSON processing, hash maps, dynamic arrays, binary strings and more.
Anonym0usWork1221/C-Android-Memory-Tool
Android Memory Access at Runtime: Reading and Writing Using Memory Files and Maps
aarni57/offalloc
Fast O(1) offset allocator with minimal fragmentation in C99
LLNL/metall
Persistent memory allocator for data-centric analytics
m4drat/memplusplus
C++ memory allocator with smart GC
strlcat/smalloc
SMalloc -- a *static* memory allocator.
Thermadiag/micromalloc
Low memory overhead allocator
emeryberger/cheap
Cheap: customized heaps for improved application performance.
endurodave/Allocator
An Efficient C++ Fixed Block Memory Allocator
slicol/SGMemory
这是一个用来实现内存快照同步的技术方案。
lastpenguin/MemoryPool
simple memory pool / thread safe / minimized context switching / Memory managed in 4 levels / Requirements(Windows xp~ / Visualstudio 2015)
marat1961/Oz-SGL
Standard Generic Library (SGL) for Pascal using records with heap memory allocator and typed memory regions.
plasma-umass/memory-landscape
The space of memory management research and systems produced by the PLASMA lab (https://plasma-umass.org).
borisRadonic/RTSHA
Real Time Safety Heap Allocator
endurodave/C_Allocator
Fixed Block Memory Allocator in C
yvt/xalloc-rs
Dynamic suballocators for external memory (e.g., Vulkan device memory). Umaintained - consider migrating to https://crates.io/crates/offset-allocator
zachdavids/CustomMemoryAllocators
A collection of custom memory allocators
zhuzilin/pytorch-malloc
An external memory allocator example for PyTorch.
daddinuz/arena
Region based memory allocator
Ragekill3377/Titanox
A hooking framework, symbol rebinder and memory-manager for jailed IOS, All-In-One.
billyquith/MemoryPool
An easy to use and efficient memory pool allocator written in C++.
ShisoftResearch/Skyhooks
Experimental NUMA-aware, lock-free heap memory allocator
suzusuzu/malloc-rs
Implementation of malloc, realloc, calloc, and free in Rust.