about summary refs log tree commit diff
path: root/.gitmodules
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2014-04-25 02:19:34 -0400
committerDaniel Micay <danielmicay@gmail.com>2014-05-10 19:58:17 -0400
commit1b1ca6d5465ef4de12b1adf25cd4598f261c660d (patch)
tree29c49a2ad0b6fdb69610019f84a5fa70ca62319e /.gitmodules
parent11571cd9c1cde63c3b46ca65e608b84647785ac8 (diff)
add back jemalloc to the tree
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
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index f9da507b72a..37dbb30c82a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -15,3 +15,6 @@
 [submodule "src/rt/hoedown"]
 	path = src/rt/hoedown
 	url = https://github.com/rust-lang/hoedown.git
+[submodule "src/jemalloc"]
+	path = src/jemalloc
+	url = https://github.com/rust-lang/jemalloc.git