summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* Explicitly use arena 0 in alignment and OOM tests.Qi Wang2019-01-241-3/+3
* add test for zero-sized alloc and aligned allocDave Watson2018-10-172-1/+27
* Make `smallocx` symbol name depend on the `JEMALLOC_VERSION_GID`gnzlbg2018-10-171-21/+34
* Hide smallocx even when enabled from the library APIgnzlbg2018-10-171-0/+7
* Adapts mallocx integration tests for smallocxgnzlbg2018-10-172-0/+297
* Add MALLOC_CONF parsing for dynamic slab sizes.David T. Goldblatt2018-07-132-0/+84
* Clean compilation -Wextragnzlbg2018-07-104-0/+53
* Add test for remote deallocation.Qi Wang2018-06-271-0/+33
* Allow setting extent hooks on uninitialized auto arenas.Qi Wang2018-04-121-0/+38
* Fix const qualifier warnings.Qi Wang2018-04-091-1/+1
* Skip test_alignment_and_size if percpu_arena is enabled.Qi Wang2018-03-021-1/+9
* Remove unused code in test/thread_tcache_enabled.Qi Wang2018-03-021-2/+0
* 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