allocator
- Sign up for GitHub or sign in to edit this page
Here are 85 public repositories matching this topic...
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.
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...)
contiguous container library - arrays with customizable allocation, small buffer optimization and more
🔄 Flexible C memory allocation scheme
GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities
C++-style automatic memory management smart pointers for D
A Rust wrapper over the mimalloc memory allocator
Extracted std.experimental.allocator for usage via DUB
ALARM: Another Library for Allocating and Releasing Memory
macOS kext, and userspace client to play with the zalloc kernel allocator.
A fast freepascal memory manager using TCMalloc
A hobby library for c++ memory management
A workshop for comparing buddy allocator algorithms
A faster C++ dynamic vector allocator that allocates on the stack instead of the heap (better speed for small sizes)
Region based memory allocator
A drop-in GlobalAlloc implementation using tcmalloc from gperftools.
Dynamic Array Allocator C/C++ - a C++ header file only library