From 28296332c2eeb4eae3c41a57c0149b9fa9d7f53a Mon Sep 17 00:00:00 2001 From: Zeeshan Lakhani Date: Fri, 14 Aug 2015 14:41:29 -0400 Subject: [PATCH] Update README w/ bonwick slab allocator paper --- memory_management/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/memory_management/README.md b/memory_management/README.md index 9b8b2f6..db10e2b 100644 --- a/memory_management/README.md +++ b/memory_management/README.md @@ -6,7 +6,10 @@ * [And Then There Were None: A Stall-Free Real-Time Garbage Collector for Reconfigurable Hardware](http://researcher.watson.ibm.com/researcher/files/us-bacon/Bacon12AndThen.pdf) -* :scroll: - [ScatterAlloc: Massively Parallel Dynamic Memory Allocation for the GPU](http://www.icg.tugraz.at/Members/steinber/scatteralloc-1) +* [The Slab Allocator: An Object-Caching Kernel Memory Allocator](https://www.usenix.org/legacy/publications/library/proceedings/bos94/bonwick.html) + - [ASCII version](https://www.usenix.org/legacy/publications/library/proceedings/bos94/full_papers/bonwick.a) + - [POSTSCRIPT version](https://www.usenix.org/legacy/publications/library/proceedings/bos94/full_papers/bonwick.ps) + +* :scroll: [ScatterAlloc: Massively Parallel Dynamic Memory Allocation for the GPU](http://www.icg.tugraz.at/Members/steinber/scatteralloc-1) - Presents a useful algorithm as well as considerations relevant to designing algorithms for GPUs.