From e2d5879c2da3031b95650af9148049ecfe49c9ff Mon Sep 17 00:00:00 2001 From: Alberto Taiuti Date: Fri, 13 Jan 2017 08:54:34 +0000 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad92993..f5fe82d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ C++ classes which allow for custom memory allocation. Precisely: --Linear Allocator --Stack --Double-Ended Stack --Pool \ No newline at end of file + +* Linear Allocator +* Stack +* Double-Ended Stack +* Pool + +Please visit http://www.albertotaiuti.com/memalloc.php for a more detailed report.