SSMalloc: a low-latency, locality-conscious memory allocator with stable performance scalability.

Ran Liu,Haibo Chen
DOI: https://doi.org/10.1145/2349896.2349911
2012-01-01
Abstract:Allocation latency, access locality and performance scalability are three key factors affecting the efficiency of a memory allocator for many cores. However, many previous state-of-the-art memory allocators focus one or two of them, making the application performance not satisfactory enough when the other factors become dominant.
What problem does this paper attempt to address?