Bookmarks tagged [memory-allocation]
https://github.com/ivmai/bdwgc
Conservative garbage collector for C and C++. [similar to X11] website
- tags: cpp, memory-allocation
- source code
https://github.com/Snaipe/libcsptr
Smart pointers for the (GNU) C programming language. [MIT]
- tags: cpp, memory-allocation
- source code
https://github.com/emeryberger/Hoard
Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac. [GPL, commercial] website
- tags: cpp, memory-allocation
- source code
https://github.com/jemalloc/jemalloc
General purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. [BSD] website
- tags: cpp, memory-allocation
- source code
https://github.com/foonathan/memory
STL compatible C++ memory allocator library. [ZLib]
- tags: cpp, memory-allocation
- source code
https://github.com/mtrebi/memory-allocators
Custom memory allocators to improve the performance of dynamic memory allocation. [MIT]
- tags: cpp, memory-allocation
- source code
https://github.com/microsoft/mimalloc
A compact general purpose allocator with excellent performance. [MIT]
- tags: cpp, memory-allocation
- source code