summaryrefslogtreecommitdiffstats
path: root/test/integration
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
* Only run test/integration/sdallocx non-reentrantly.David Goldblatt2017-07-241-1/+1
* Add alloc hook test in test/integration/extent.Qi Wang2017-06-141-0/+3
* Implementing opt.background_thread.Qi Wang2017-05-231-0/+14
* Remove --disable-tcache.Jason Evans2017-04-211-22/+3
* Implement per-CPU arena.Qi Wang2017-03-091-8/+17
* Use MALLOC_CONF rather than malloc_conf for tests.Jason Evans2017-02-236-12/+15
* Replace tabs following #define with spaces.Jason Evans2017-01-218-20/+20
* Remove extraneous parens around return arguments.Jason Evans2017-01-2113-49/+49
* Update brace style.Jason Evans2017-01-2113-169/+113
* Add nullptr support to sized delete operators.Jason Evans2017-01-171-0/+10
* Remove leading blank lines from function bodies.Jason Evans2017-01-1313-26/+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-073-5/+5
* Implement per arena base allocators.Jason Evans2016-12-271-46/+69
* Refactor purging and splitting/merging.Jason Evans2016-12-271-16/+47
* jemalloc cpp new/delete bindingsDave Watson2016-12-131-0/+18
* Reduce memory usage for sdallocx() test_alignment_and_size.Jason Evans2016-11-121-2/+2
* Reduce memory requirements for regression tests.Jason Evans2016-10-283-35/+55
* Periodically purge in memory-intensive integration tests.Jason Evans2016-10-281-0/+7
* Periodically purge in memory-intensive integration tests.Jason Evans2016-10-283-6/+27
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-289-58/+63
* 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
* Fix regressions related extent splitting failures.Jason Evans2016-06-061-3/+5
* Work around legitimate xallocx() failures during testing.Jason Evans2016-06-061-6/+12
* Modify extent hook functions to take an (extent_t *) argument.Jason Evans2016-06-061-67/+84
* Reduce NSZS, since NSIZES (was nsizes) can not be so large.Jason Evans2016-06-061-1/+1
* Miscellaneous s/chunk/extent/ updates.Jason Evans2016-06-062-2/+0
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-061-41/+41
* s/chunk_hook/extent_hook/gJason Evans2016-06-061-11/+11
* Rename huge to large.Jason Evans2016-06-065-90/+90
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-062-125/+6
* Allow chunks to not be naturally aligned.Jason Evans2016-06-031-16/+0
* Disable junk filling for tests that could otherwise easily OOM.Jason Evans2016-05-112-0/+8
* Update mallocx() OOM test to deal with smaller hugemax.Jason Evans2016-05-031-10/+19
* Use separate arena for chunk tests.Jason Evans2016-04-261-28/+45
* Add (size_t) casts to MALLOCX_ALIGN().Jason Evans2016-03-111-13/+10
* Remove invalid tests.Jason Evans2016-02-272-18/+2
* Cast PTRDIFF_MAX to size_t before adding 1.Jason Evans2016-02-262-8/+8
* Make *allocx() size class overflow behavior defined.Jason Evans2016-02-252-1/+113
* Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans2016-02-241-5/+5
* Don't rely on unpurged chunks in xallocx() test.Jason Evans2016-02-201-20/+20
* Fix intermittent xallocx() test failures.Jason Evans2015-10-011-43/+65
* Remove fragile xallocx() test case.Jason Evans2015-09-251-9/+0
* Make mallocx() OOM test more robust.Jason Evans2015-09-241-3/+14
* Fix xallocx(..., MALLOCX_ZERO) bugs.Jason Evans2015-09-241-1/+118
* Add mallocx() OOM tests.Jason Evans2015-09-171-0/+70
* Loosen expected xallocx() results.Jason Evans2015-09-151-9/+9