Skip to content

ndkoval/HoardAllocator

This branch is 176 commits ahead of, 2 commits behind sorokin/malloc-intercept:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 9, 2015
3170779 · Apr 9, 2015
Apr 9, 2015
Apr 3, 2015
Dec 14, 2014
Apr 8, 2015
Jan 27, 2015

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%