summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-163-14/+14
* 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-151-4/+16
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-151-1/+1
* Adapt hash tests to big-endian systems.Jason Evans2014-03-301-0/+6
* 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-301-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
* 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 warnings and a test failure exposed on CentOS 6.3.Jason Evans2014-01-152-4/+5
* 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-071-0/+294
* 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-201-0/+415
* Add quarantine unit tests.Jason Evans2013-12-171-0/+108
* 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
* Fix name mangling issues.Jason Evans2013-12-131-2/+2
* Implement the *allocx() API.Jason Evans2013-12-131-4/+3
* Fix a strict aliasing violation.Jason Evans2013-12-121-2/+4
* Add mq (message queue) to test infrastructure.Jason Evans2013-12-123-7/+158
* Clean up SFMT test.Jason Evans2013-12-101-43/+40
* Add probabability distribution utility code.Jason Evans2013-12-101-0/+388
* Integrate SFMT 1.3.3 into test infrastructure.Jason Evans2013-12-091-0/+1608
* Normalize #define whitespace.Jason Evans2013-12-091-2/+2
* Refactor tests.Jason Evans2013-12-094-60/+80
* Add tsd test.Jason Evans2013-12-052-0/+63
* Refactor to support more varied testing.Jason Evans2013-12-042-0/+153