| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename most remaining *chunk* APIs to *extent*. | Jason Evans | 2016-06-06 | 1 | -253/+0 |
|
|
* | s/chunk_hook/extent_hook/g | Jason Evans | 2016-06-06 | 1 | -11/+11 |
|
|
* | Rename huge to large. | Jason Evans | 2016-06-06 | 1 | -14/+14 |
|
|
* | Use huge size class infrastructure for large size classes. | Jason Evans | 2016-06-06 | 1 | -26/+2 |
|
|
* | Allow chunks to not be naturally aligned. | Jason Evans | 2016-06-03 | 1 | -16/+0 |
|
|
* | Use separate arena for chunk tests. | Jason Evans | 2016-05-03 | 1 | -28/+45 |
|
|
* | Don't purge junk filled chunks when shrinking huge allocations | Mike Hommey | 2015-08-28 | 1 | -0/+4 |
|
|
* | Fix test for MinGW. | Jason Evans | 2015-08-12 | 1 | -11/+15 |
|
|
* | Try to decommit new chunks. | Jason Evans | 2015-08-12 | 1 | -11/+14 |
|
|
* | Implement chunk hook support for page run commit/decommit. | Jason Evans | 2015-08-07 | 1 | -18/+48 |
|
|
* | Generalize chunk management hooks. | Jason Evans | 2015-08-04 | 1 | -39/+177 |
|
|
* | Implement support for non-coalescing maps on MinGW. | Jason Evans | 2015-07-25 | 1 | -3/+3 |
|
|
* | Implement dynamic per arena control over dirty page purging. | Jason Evans | 2015-03-19 | 1 | -14/+52 |
|
|
* | Attempt to expand huge allocations in-place. | Daniel Micay | 2014-10-05 | 1 | -2/+3 |
|
|
* | Refactor huge allocation to be managed by arenas. | Jason Evans | 2014-05-16 | 1 | -13/+10 |
|
|
* | Add support for user-specified chunk allocators/deallocators. | aravind | 2014-05-12 | 1 | -0/+61 |
|
|