summaryrefslogtreecommitdiffstats
path: root/src/huge.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix huge_ralloc to maintain chunk statistics.Jason Evans2011-11-111-5/+6
| | | | | Fix huge_ralloc() to properly maintain chunk statistics when using mremap(2).
* Fix huge_ralloc() race when using mremap(2).Jason Evans2011-11-091-3/+9
| | | | | | | | | Fix huge_ralloc() to remove the old memory region from tree of huge allocations *before* calling mremap(2), in order to make sure that no other thread acquires the old memory region via mmap() and encounters stale metadata in the tree. Reported by: Rich Prohaska
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+379