summaryrefslogtreecommitdiffstats
path: root/test/integration/chunk.c
Commit message (Expand)AuthorAgeFilesLines
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-061-253/+0
* s/chunk_hook/extent_hook/gJason Evans2016-06-061-11/+11
* Rename huge to large.Jason Evans2016-06-061-14/+14
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-26/+2
* Allow chunks to not be naturally aligned.Jason Evans2016-06-031-16/+0
* Use separate arena for chunk tests.Jason Evans2016-05-031-28/+45
* Don't purge junk filled chunks when shrinking huge allocationsMike Hommey2015-08-281-0/+4
* Fix test for MinGW.Jason Evans2015-08-121-11/+15
* Try to decommit new chunks.Jason Evans2015-08-121-11/+14
* Implement chunk hook support for page run commit/decommit.Jason Evans2015-08-071-18/+48
* Generalize chunk management hooks.Jason Evans2015-08-041-39/+177
* Implement support for non-coalescing maps on MinGW.Jason Evans2015-07-251-3/+3
* Implement dynamic per arena control over dirty page purging.Jason Evans2015-03-191-14/+52
* Attempt to expand huge allocations in-place.Daniel Micay2014-10-051-2/+3
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-13/+10
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-121-0/+61