Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix huge_ralloc to maintain chunk statistics. | Jason Evans | 2011-11-11 | 1 | -5/+6 |
| | | | | | Fix huge_ralloc() to properly maintain chunk statistics when using mremap(2). | ||||
* | Fix huge_ralloc() race when using mremap(2). | Jason Evans | 2011-11-09 | 1 | -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 Evans | 2011-04-01 | 1 | -0/+379 |