aboutsummaryrefslogtreecommitdiff
path: root/dep/include/jemalloc/internal/mutex.h
AgeCommit message (Collapse)Author
2010-06-07removed 'dep' folder, no more neededRat
--HG-- branch : trunk
2010-04-20Use jemalloc as memory allocator on linux.raczman
In comparison to standard glibc allocator, jemalloc fargments adress space less, and scales linearly in multithreaded environment. Author: Jason Evans, mad props to him. --HG-- branch : trunk