summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Define INFINITY when it's not definedMike Hommey2014-05-281-0/+6
* Move platform headers and tricks from jemalloc_internal.h.in to a new jemallo...Mike Hommey2014-05-281-0/+1
* Use ULL prefix instead of LLU for unsigned long longsMike Hommey2014-05-272-1001/+1001
* Avoid pointer arithmetic on void* in test/integration/rallocx.cMike Hommey2014-05-271-3/+5
* Rename "small" local variable, because windows headers #define itMike Hommey2014-05-271-4/+4
* Use C99 varadic macros instead of GCC onesMike Hommey2014-05-272-196/+196
* Replace variable arrays in tests with VARIABLE_ARRAYMike Hommey2014-05-272-3/+3
* Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.cMike Hommey2014-05-271-0/+4
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-165-72/+24
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-121-0/+61
* Fix coding sytle nits.Jason Evans2014-05-012-3/+3
* Remove the "opt.valgrind" mallctl.Jason Evans2014-04-151-1/+0
* Remove the "arenas.purge" mallctl.Jason Evans2014-04-151-13/+0
* Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans2014-04-152-7/+30
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-154-221/+3
* Enable big-endian mode for SFMT.Jason Evans2014-03-311-0/+3
* Adapt hash tests to big-endian systems.Jason Evans2014-03-301-0/+6
* Reduce maximum tested alignment.Jason Evans2014-03-303-6/+4
* Fix message formatting errors uncovered by p_test_fail() refactoring.Jason Evans2014-03-305-11/+12
* Fix p_test_fail()'s va_list abuse.Jason Evans2014-03-303-22/+43
* Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.Jason Evans2014-03-281-4/+4
* Remove duplicate 'static' keyword.Jason Evans2014-02-261-1/+1
* Restore tail call optimization subversion.Jason Evans2014-02-261-7/+13
* Fix junk filling for mremap(2)-based huge reallocation.Jason Evans2014-02-251-3/+6
* Break prof_accum into multiple compilation units.Jason Evans2014-02-254-37/+36
* Prevent inlining of backtraced test functions.Jason Evans2014-01-291-2/+2
* Remove flawed alignment-related overflow test.Jason Evans2014-01-291-23/+0
* Fix/remove flawed alignment-related overflow tests.Jason Evans2014-01-293-25/+4
* Fix mallctl argument size mismatches (size_t vs. uint64_t).Jason Evans2014-01-291-8/+15
* Test and fix malloc_printf("%%").Jason Evans2014-01-221-0/+2
* Subvert tail call optimization in backtrace test.Jason Evans2014-01-211-11/+17
* Fix unused variable warnings.Jason Evans2014-01-211-3/+1
* Avoid lazy-lock in a tcache-dependent test.Jason Evans2014-01-211-14/+34
* Add heap profiling tests.Jason Evans2014-01-173-0/+223
* Fix name mangling for stress tests.Jason Evans2014-01-171-4/+6
* Fix warnings and a test failure exposed on CentOS 6.3.Jason Evans2014-01-152-4/+5
* Extract profiling code from [re]allocation functions.Jason Evans2014-01-122-63/+0
* Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-083-3/+300
* Add util unit tests, and fix discovered bugs.Jason Evans2014-01-072-0/+377
* Convert assert() in test code to assert_*().Jason Evans2014-01-041-4/+12
* Add unit tests for qr, ql, and rb.Jason Evans2014-01-043-0/+784
* Convert rtree from (void *) to (uint8_t) storage.Jason Evans2014-01-031-18/+16
* Add rtree unit tests.Jason Evans2014-01-031-0/+119
* Clean up code formatting.Jason Evans2014-01-021-4/+2
* Add stats unit tests.Jason Evans2013-12-201-0/+350
* Add mallctl*() unit tests.Jason Evans2013-12-202-8/+429
* Add quarantine unit tests.Jason Evans2013-12-172-0/+118
* Fix a typo in a string constant.Jason Evans2013-12-171-1/+1
* Add hash (MurmurHash3) tests.Jason Evans2013-12-171-0/+167
* Add ckh unit tests.Jason Evans2013-12-171-0/+206