SSMalloc
April 18, 2012 ยท View on GitHub
SSMalloc is a low-latency, locality-conscious memory allocator with stable performance scalability.
Compilation & Install
SSMalloc requires libtool for compilation. In the SSMalloc directory, type:
make install
Usage
Use libssmalloc.a for static linking. If you want to dynamically link SSMalloc into your program. Please set the LD_PRELOAD environment variable as below.
$export LD_PRELOAD=(path)/libssmalloc.so