summaryrefslogtreecommitdiffstats
path: root/test/integration/chunk.c
Commit message (Expand)AuthorAgeFilesLines
* Use MALLOC_CONF rather than malloc_conf for tests.Jason Evans2017-02-231-4/+0
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-11-151-17/+18
* 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