Use mremap(2) for huge realloc().

If mremap(2) is available and supports MREMAP_FIXED, use it for huge
realloc().

Initialize rtree later during bootstrapping, so that --enable-debug
--enable-dss works.

Fix a minor swap_avail stats bug.
This commit is contained in:
Jason Evans
2010-11-30 16:50:58 -08:00
parent aee7fd2b70
commit cfdc8cfbd6
14 changed files with 182 additions and 17 deletions

2
.gitignore vendored
View File

@@ -18,4 +18,6 @@
/jemalloc/test/*.[od]
/jemalloc/test/*.out
/jemalloc/test/[a-z]*
!/jemalloc/test/*.c
!/jemalloc/test/*.exp
/jemalloc/VERSION