hoard

Rational/IBM PurifyPlus and Hoard on Solaris

Any attempts to use Rational/IBM PurifyPlus (Purify or Quantify) on an executable that's linked with the Hoard memory manager results in an immediate SIGSEGV: 0004dcd0 ???????? (f78d4, b, 0, 1, 230f, b) 0002aca0 pure_signal_handler_wrapper (b, ffbff808, ffbff550, fd932000, fdbf91c0, 0) + 740 fdab7188 memcpy (febd1860, 3d0, ff360530, f...

Hoard allocator not "working"?

I'm trying to Hoard allocator to work, but it seems it doesn't. I have a benchmark application that does a lot of dynamic memory management. The execution time for Hoard and glibc memory manager is the same. It makes me wonder if I'm doing the right thing. What I do is... export LD_PRELOAD="/path/libhoard.so" g++ main.cpp -O3 -o bm -l...

statically linking Hoard memory allocator

Anybody know of documentation on how to link libhoard as a static library in linux? ...