summaryrefslogtreecommitdiffstats
path: root/test/unit/arena_reset.c
Commit message (Expand)AuthorAgeFilesLines
* Fix shadowed variable usage.Qi Wang2021-12-231-3/+3
* Don't assume initialized arena in the default alloc hook.Qi Wang2021-08-251-0/+15
* PA: Parameterize emap. Move emap_global to arena.David Goldblatt2020-04-101-2/+2
* Change assert_* to expect_* in testsYinan Zhang2020-02-201-28/+28
* Emap: Standardize naming.David Goldblatt2020-02-171-2/+2
* Emap: Remove direct access to emap internals.David Goldblatt2020-02-171-11/+8
* Add emap, for tracking extent locking.David Goldblatt2020-02-171-1/+1
* Rename extent_t to edata_t.David Goldblatt2019-12-201-5/+5
* Implement retain on Windows.Qi Wang2019-07-241-2/+7
* Hide size class computation behind a layer of indirection.David Goldblatt2018-07-131-1/+1
* Fix background thread index issues with max_background_threads.Qi Wang2018-05-151-2/+2
* Prevent background threads from running in post_reset().Qi Wang2017-06-121-5/+13
* Header refactoring: Pull size helpers out of jemalloc module.David Goldblatt2017-05-311-1/+1
* Header refactoring: unify and de-catchall extent_mmap module.David Goldblatt2017-05-311-0/+1
* Header refactoring: unify and de-catchall rtree module.David Goldblatt2017-05-311-0/+2
* Add extent_destroy_t and use it during arena destruction.Jason Evans2017-04-291-0/+1
* Refactor !opt.munmap to opt.retain.Jason Evans2017-04-291-1/+1
* Replace --disable-munmap with opt.munmap.Jason Evans2017-04-251-2/+2
* Incorporate szind/slab into rtree leaves.Jason Evans2017-03-231-2/+13
* Disentangle arena and extent locking.Jason Evans2017-02-021-1/+1
* Replace tabs following #define with spaces.Jason Evans2017-01-211-1/+1
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-15/+15
* Update brace style.Jason Evans2017-01-211-43/+26
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-9/+0
* Implement arena.<i>.destroy .Jason Evans2017-01-071-29/+226
* Rename the arenas.extend mallctl to arenas.create.Jason Evans2017-01-071-1/+1
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-281-4/+4
* s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/gJason Evans2016-06-061-1/+1
* Rename huge to large.Jason Evans2016-06-061-10/+10
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-27/+6
* Dodge ivsalloc() assertion in test code.Jason Evans2016-06-031-1/+16
* Remove quarantine support.Jason Evans2016-05-131-2/+0
* Remove Valgrind support.Jason Evans2016-05-131-2/+1
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-111-4/+4
* Fix arena_reset() test to avoid tcache.Jason Evans2016-04-251-10/+9
* Implement the arena.<i>.reset mallctl.Jason Evans2016-04-221-0/+160