mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +03:00
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:
parent
aee7fd2b70
commit
cfdc8cfbd6
14 changed files with 182 additions and 17 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -18,4 +18,6 @@
|
|||
/jemalloc/test/*.[od]
|
||||
/jemalloc/test/*.out
|
||||
/jemalloc/test/[a-z]*
|
||||
!/jemalloc/test/*.c
|
||||
!/jemalloc/test/*.exp
|
||||
/jemalloc/VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue