Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 467 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 467 Bytes

Hoard Memory Allocator

Build Status

Article "Hoard: A Scalable Memory Allocator for Multithreaded Applications" http://people.cs.umass.edu/~emery/pubs/berger-asplos2000.pdf

run (no trace): LD_PRELOAD=libmalloc_intercept.so MALLOC_INTERCEPT_NO_TRACE=1 kreversi run (trace): LD_PRELOAD=libmalloc_intercept.so kreversi