From 8f1d45c6b9512c5b54edd01c78c00dd4086b8ca3 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Thu, 14 Feb 2019 18:32:21 +0800 Subject: [PATCH] Memory Allocation: Add memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe8bf9c..dc2f9a2 100644 --- a/README.md +++ b/README.md @@ -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