Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 2.67 KB

memory-allocation.md

File metadata and controls

53 lines (45 loc) · 2.67 KB

Bookmarks tagged [memory-allocation]

https://github.com/ivmai/bdwgc

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


https://github.com/Snaipe/libcsptr

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


https://github.com/emeryberger/Hoard

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


https://github.com/jemalloc/jemalloc

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


https://github.com/foonathan/memory

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


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

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


https://github.com/microsoft/mimalloc

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