Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
A memory allocator that automatically reduces the memory footprint of C/C++ applications.
翻译 - 内存分配器,可自动减少C / C ++应用程序的内存占用。
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
#算法刷题#The standard library of the D programming language
malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...)
翻译 - malloc /免费替换不受管理的线性内存情况(例如WASM,嵌入式设备...)
A Rust wrapper over Microsoft's MiMalloc memory allocator
A fast and flexible allocator for no_std and WebAssembly
🦀 GPU memory allocator for Vulkan, DirectX 12 and Metal. Written in pure Rust
A heap allocator for embedded systems
Mirror of https://gitlab.redox-os.org/redox-os/ralloc
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...
contiguous container library - arrays with customizable allocation, small buffer optimization and more
Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.
A single header buddy memory allocator for C & C++
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator