Skip to content
forked from Naruil/SSMalloc

A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability

License

Notifications You must be signed in to change notification settings

phoenixlx/SSMalloc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSMalloc
========

 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
 $ 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

About

A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.7%
  • C++ 16.1%
  • Makefile 3.2%