summaryrefslogtreecommitdiffstats
path: root/test/integration/extent.c
Commit message (Expand)AuthorAgeFilesLines
* Fix test/integration/extent.Qi Wang2017-12-091-1/+1
* Add more tests for extent hooks failure paths.Qi Wang2017-11-291-3/+20
* Add alloc hook test in test/integration/extent.Qi Wang2017-06-141-0/+3
* Implementing opt.background_thread.Qi Wang2017-05-231-0/+14
* Use MALLOC_CONF rather than malloc_conf for tests.Jason Evans2017-02-231-4/+0
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-2/+2
* Update brace style.Jason Evans2017-01-211-10/+8
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-1/+0
* Refactor test extent hook code to be reusable.Jason Evans2017-01-071-244/+56
* Rename the arenas.extend mallctl to arenas.create.Jason Evans2017-01-071-2/+2
* Implement per arena base allocators.Jason Evans2016-12-271-46/+69
* Refactor purging and splitting/merging.Jason Evans2016-12-271-16/+47
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-281-13/+14
* Verify extent hook functions receive correct extent_hooks pointer.Jason Evans2016-09-291-17/+52
* Relax extent hook tests to work with unsplittable extents.Jason Evans2016-06-061-8/+19
* Modify extent hook functions to take an (extent_t *) argument.Jason Evans2016-06-061-67/+84
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-061-0/+253