SuperMalloc
SuperMalloc copied to clipboard
How to use
How do I link SuperMalloc to replace malloc()? Is this correct?
LD_PRELOAD=lib/SuperMalloc/release/lib/libsupermalloc_pthread.so ./build/hello_world
I'm using it this way and I'm not seeing any performane improvement in a benchmark of my software. Just curious of how I can tell SuperMalloc is being used correctly?