-
Notifications
You must be signed in to change notification settings - Fork 20
A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability
License
Naruil/SSMalloc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published