Skip to content

ndkoval/HoardAllocator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

malloc intercept example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • CMake 1.3%