summaryrefslogtreecommitdiffstats
path: root/jemalloc/src/chunk_dss.c
Commit message (Collapse)AuthorAgeFilesLines
* Use mremap(2) for huge realloc().Jason Evans2010-12-011-0/+16
| | | | | | | | | | 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.
* Restructure source tree.Jason Evans2010-02-111-0/+268