summary refs log tree commit diff
path: root/src/jemalloc
AgeCommit message (Collapse)AuthorLines
2014-06-12Updated depsValerii Hiora-0/+0
2014-05-10add back jemalloc to the treeDaniel Micay-0/+0
This adds a `std::rt::heap` module with a nice allocator API. It's a step towards fixing #13094 and is a starting point for working on a generic allocator trait. The revision used for the jemalloc submodule is the stable 3.6.0 release. Closes #11807