Memory Allocation: Add bdwgc

This commit is contained in:
myd7349
2019-01-07 18:00:31 +08:00
parent 07c0a23db4
commit b34eaee6d6

View File

@@ -549,6 +549,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua
## Memory Allocation
* [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/)