scalloc - A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator
scalloc provides general-purpose memory allocation involving many threads on many cores can be done with high performance, multicore scalability, and low memory consumption. The main ideas behind the design of scalloc are: uniform treatment of small and big objects through so-called virtual spans, efficiently and effectively reclaiming free memory through fast and scalable global data structures.
http://scalloc.cs.uni-salzburg.at/
https://github.com/cksystemsgroup/scalloc
License:
Tech:
Tags: