summaryrefslogtreecommitdiffstats
path: root/test/unit/junk.c
Commit message (Expand)AuthorAgeFilesLines
* Pull out arena_bin_info_t and arena_bin_t into their own file.David T. Goldblatt2017-12-191-1/+1
* Test with background_thread:true.Jason Evans2017-06-011-4/+7
* Header refactoring: move util.h out of the catchallDavid Goldblatt2017-04-191-0/+2
* Use MALLOC_CONF rather than malloc_conf for tests.Jason Evans2017-02-231-8/+0
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-2/+2
* Update brace style.Jason Evans2017-01-211-19/+14
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-5/+0
* Make dss operations lockless.Jason Evans2016-10-131-2/+2
* Remove all vestiges of chunks.Jason Evans2016-10-121-1/+1
* Remove a stray memset(), and fix a junk filling test regression.Jason Evans2016-06-061-5/+19
* Rename huge to large.Jason Evans2016-06-061-8/+8
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-80/+11
* Initialize arena_bin_info at compile time rather than at boot time.Jason Evans2016-05-131-1/+1
* Remove redzone support.Jason Evans2016-05-131-46/+2
* Remove quarantine support.Jason Evans2016-05-131-1/+1
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-111-2/+2
* Fix tsd bootstrapping for a0malloc().Jason Evans2016-05-071-1/+0
* Add witness, a simple online locking validator.Jason Evans2016-04-141-2/+2
* Clean up char vs. uint8_t in junk filling code.Jason Evans2016-04-111-8/+8
* Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macrosChris Peterson2016-03-311-3/+3
* Rename arena_maxclass to large_maxclass.Jason Evans2015-09-121-6/+6
* Fix assertion in test.Jason Evans2015-08-121-1/+1
* Fix MinGW-related portability issues.Jason Evans2015-07-231-13/+13
* Fix more MinGW build warnings.Jason Evans2015-07-181-13/+13
* Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves2014-12-151-15/+26
* Use regular arena allocation for huge tree nodes.Daniel Micay2014-10-081-7/+20
* Normalize size classes.Jason Evans2014-10-061-3/+14
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-6/+3
* Fix message formatting errors uncovered by p_test_fail() refactoring.Jason Evans2014-03-301-1/+1
* Fix junk filling for mremap(2)-based huge reallocation.Jason Evans2014-02-251-3/+6
* Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-081-0/+219