summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add rallocx() test of both alignment and zeroing.Jason Evans2013-12-161-5/+17
* Add zero/align tests for rallocx().Jason Evans2013-12-152-1/+122
* Fix name mangling issues.Jason Evans2013-12-132-2/+3
* Implement the *allocx() API.Jason Evans2013-12-135-6/+262
* Fix a strict aliasing violation.Jason Evans2013-12-121-2/+4
* Fix a malloc_mutex dependency in mtx.Jason Evans2013-12-121-1/+1
* Fix a strict aliasing violation.Jason Evans2013-12-121-2/+6
* Streamline test output.Jason Evans2013-12-122-13/+16
* Add mq (message queue) to test infrastructure.Jason Evans2013-12-1217-123/+427
* Clean up SFMT test.Jason Evans2013-12-101-43/+40
* Fix inline-related macro issues.Jason Evans2013-12-104-51/+27
* Add probabability distribution utility code.Jason Evans2013-12-108-39/+721
* Integrate SFMT 1.3.3 into test infrastructure.Jason Evans2013-12-0919-0/+3864
* Normalize #define whitespace.Jason Evans2013-12-094-11/+11
* Refactor tests.Jason Evans2013-12-0925-661/+833
* Fix more test refactoring issues.Jason Evans2013-12-061-0/+1
* Fix test refactoring issues for Linux.Jason Evans2013-12-061-2/+1
* Add tsd test.Jason Evans2013-12-052-0/+63
* Refactor to support more varied testing.Jason Evans2013-12-0427-50/+253
* Fix an off-by-one flaw in a test.Jason Evans2013-10-201-1/+2
* Fix dangerous casts in tests.Jason Evans2013-10-203-6/+10
* Fix Valgrind integration.Jason Evans2013-02-012-0/+2
* Add arena-specific and selective dss allocation.Jason Evans2012-10-133-3/+73
* Use Get/SetLastError on Win32Mike Hommey2012-04-301-11/+14
* Avoid variable length arrays and remove declarations within codeMike Hommey2012-04-291-4/+12
* Remove #includes in testsMike Hommey2012-04-229-55/+0
* Add support for MingwMike Hommey2012-04-222-0/+30
* Add an abstraction layer for threading in testsMike Hommey2012-04-184-55/+45
* Replace fprintf with malloc_printf in tests.Mike Hommey2012-04-1710-106/+101
* Rename labels.Jason Evans2012-04-104-22/+22
* Revert "Avoid NULL check in free() and malloc_usable_size()."Jason Evans2012-04-022-21/+0
* Avoid NULL check in free() and malloc_usable_size().Jason Evans2012-04-022-0/+21
* Add the "thread.tcache.enabled" mallctl.Jason Evans2012-03-272-0/+111
* Implement aligned_alloc().Jason Evans2012-03-132-0/+148
* Implement malloc_vsnprintf().Jason Evans2012-03-082-8/+8
* Use UINT64_C() rather than LLU for 64-bit constants.Jason Evans2012-03-052-17/+18