memory-allocation.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [memory-allocation]

www.codever.land/bookmarks/t/memory-allocation

Boehm GC

https://github.com/ivmai/bdwgc

Conservative garbage collector for C and C++. [similar to X11] website


C Smart Pointers

https://github.com/Snaipe/libcsptr

Smart pointers for the (GNU) C programming language. [MIT]


Hoard

https://github.com/emeryberger/Hoard

Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac. [GPL, commercial] website


jemalloc

https://github.com/jemalloc/jemalloc

General purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. [BSD] website


memory

https://github.com/foonathan/memory

STL compatible C++ memory allocator library. [ZLib]


memory-allocators

https://github.com/mtrebi/memory-allocators

Custom memory allocators to improve the performance of dynamic memory allocation. [MIT]


mimalloc

https://github.com/microsoft/mimalloc

A compact general purpose allocator with excellent performance. [MIT]