aboutsummaryrefslogtreecommitdiff
path: root/dep/include/jemalloc/internal
AgeCommit message (Collapse)Author
2010-06-07removed 'dep' folder, no more neededRat
--HG-- branch : trunk
2010-04-20Thanks to Windows file name handling being insaneraczman
i need to move file around. (Protip MS: noone uses PRN anymore) http://imgur.com/gDgGGh.jpg --HG-- branch : trunk rename : dep/include/jemalloc/internal/prn.h => dep/include/jemalloc/internal/totally_not_p_r_n.h
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