summaryrefslogtreecommitdiffstats
path: root/test/src
Commit message (Expand)AuthorAgeFilesLines
* Replace tabs following #define with spaces.Jason Evans2017-01-213-3/+3
* Remove extraneous parens around return arguments.Jason Evans2017-01-214-10/+10
* Update brace style.Jason Evans2017-01-216-53/+38
* Remove leading blank lines from function bodies.Jason Evans2017-01-136-15/+0
* Add os_unfair_lock support.Jason Evans2016-11-031-0/+7
* Fix tsd bootstrapping for a0malloc().Jason Evans2016-05-071-15/+41
* Refactor out signed/unsigned comparisons.Jason Evans2016-03-151-3/+2
* Refactor time_* into nstime_*.Jason Evans2016-02-221-8/+8
* Flesh out time_*() API.Jason Evans2016-02-201-32/+8
* Fix MinGW-related portability issues.Jason Evans2015-07-231-2/+2
* Fix a compilation error.Jason Evans2015-07-221-8/+10
* Add JEMALLOC_FORMAT_PRINTF().Jason Evans2015-07-221-2/+2
* Port mq_get() to MinGW.Jason Evans2015-07-211-0/+27
* Add timer support for Windows.Jason Evans2015-07-131-7/+18
* use CLOCK_MONOTONIC in the timer if it's availableDaniel Micay2015-03-131-0/+17
* Refactor permuted backtrace test allocation.Jason Evans2014-10-023-0/+14
* avoid conflict with the POSIX timer_t typeDaniel Micay2014-09-081-4/+4
* Add a simple timer implementation for use in benchmarking.Jason Evans2014-09-081-0/+57
* Whitespace cleanups.Jason Evans2014-09-051-10/+10
* Fix thd_join on win64Mike Hommey2014-06-021-2/+5
* Use KQU() rather than QU() where applicable.Jason Evans2014-05-291-1/+1
* Use nallocx() rather than mallctl() to trigger initialization.Jason Evans2014-05-281-1/+1
* Make sure initialization occurs prior to running tests.Jason Evans2014-05-281-1/+14
* Correctly return exit code from thd_join on WindowsMike Hommey2014-05-281-1/+2
* Use ULL prefix instead of LLU for unsigned long longsMike Hommey2014-05-271-1/+1
* Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.cMike Hommey2014-05-271-0/+4
* Fix coding sytle nits.Jason Evans2014-05-011-2/+2
* Enable big-endian mode for SFMT.Jason Evans2014-03-311-0/+3
* Fix p_test_fail()'s va_list abuse.Jason Evans2014-03-301-8/+2
* Add zero/align tests for rallocx().Jason Evans2013-12-151-0/+2
* 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-121-5/+7
* Add mq (message queue) to test infrastructure.Jason Evans2013-12-123-35/+97
* Fix inline-related macro issues.Jason Evans2013-12-101-19/+19
* Add probabability distribution utility code.Jason Evans2013-12-102-5/+2
* Integrate SFMT 1.3.3 into test infrastructure.Jason Evans2013-12-091-0/+717
* Refactor tests.Jason Evans2013-12-091-6/+74
* Refactor to support more varied testing.Jason Evans2013-12-042-0/+63