Memory Allocation: Add memory

This commit is contained in:
myd7349
2019-02-14 18:32:21 +08:00
parent 8ffd575aaf
commit 8f1d45c6b9

View File

@@ -556,6 +556,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua
* [Boehm GC](https://github.com/ivmai/bdwgc) - Conservative garbage collector for C and C++. [similar to X11] [website](http://www.hboehm.info/gc/)
* [Hoard](https://github.com/emeryberger/Hoard) - Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac. [GPL, commercial] [website](http://hoard.org/)
* [jemalloc](https://github.com/jemalloc/jemalloc) - General purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. [BSD] [website](http://jemalloc.net/)
* [memory](https://github.com/foonathan/memory) - STL compatible C++ memory allocator library. [ZLib]
## Multimedia