https://github.com/boompig/hoard
My implementation of hoard parallel memory allocator
https://github.com/boompig/hoard
c memory-allocation
Last synced: about 2 months ago
JSON representation
My implementation of hoard parallel memory allocator
- Host: GitHub
- URL: https://github.com/boompig/hoard
- Owner: boompig
- Created: 2015-01-19T18:33:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T02:49:08.000Z (over 11 years ago)
- Last Synced: 2024-04-09T22:00:52.018Z (about 2 years ago)
- Topics: c, memory-allocation
- Language: C
- Size: 816 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This is a scalable, parallel memory allocator. It is based on the original Hoard paper [found here](http://people.cs.umass.edu/~emery/pubs/berger-asplos2000.pdf). We wrote this during our advanced operating system course, and included is our report and performance based on the benchmarks (also included).
# Authors
Daniel Kats and Tony Hong