forked from Naruil/SSMalloc
-
Notifications
You must be signed in to change notification settings - Fork 1
A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability
License
SJTU-IPADS/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
Languages
- C 81.9%
- C++ 12.1%
- Makefile 3.1%
- Prolog 2.9%