allocator topic
PreCore
PreCore is a library with helper classes. It contains IO classes, class reflection, logging services, algorhitms, data types, extensions for other libraries and more.
array
contiguous container library - arrays with customizable allocation, small buffer optimization and more
memory
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
buddy-alloc
Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.
duma
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
tanya
GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities
automem
C++-style automatic memory management smart pointers for D
adma
A general purpose, multithreaded capable slab allocator for Zig
phobos
The standard library of the D programming language