aboutsummaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
2016-11-02Add os_unfair_lock support.Jason Evans
2016-05-07Fix tsd bootstrapping for a0malloc().Jason Evans
2016-03-15Refactor out signed/unsigned comparisons.Jason Evans
2016-02-21Refactor time_* into nstime_*.Jason Evans
2016-02-19Flesh out time_*() API.Jason Evans
2015-07-23Fix MinGW-related portability issues.Jason Evans
2015-07-22Fix a compilation error.Jason Evans
2015-07-22Add JEMALLOC_FORMAT_PRINTF().Jason Evans
2015-07-21Port mq_get() to MinGW.Jason Evans
2015-07-13Add timer support for Windows.Jason Evans
2015-03-13use CLOCK_MONOTONIC in the timer if it's availableDaniel Micay
2014-10-01Refactor permuted backtrace test allocation.Jason Evans
2014-09-08avoid conflict with the POSIX timer_t typeDaniel Micay
2014-09-07Add a simple timer implementation for use in benchmarking.Jason Evans
2014-09-04Whitespace cleanups.Jason Evans
2014-06-01Fix thd_join on win64Mike Hommey
2014-05-28Use KQU() rather than QU() where applicable.Jason Evans
2014-05-28Use nallocx() rather than mallctl() to trigger initialization.Jason Evans
2014-05-28Make sure initialization occurs prior to running tests.Jason Evans
2014-05-28Correctly return exit code from thd_join on WindowsMike Hommey
2014-05-27Use ULL prefix instead of LLU for unsigned long longsMike Hommey
2014-05-27Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.cMike Hommey
2014-05-01Fix coding sytle nits.Jason Evans
2014-03-30Enable big-endian mode for SFMT.Jason Evans
2014-03-29Fix p_test_fail()'s va_list abuse.Jason Evans
2013-12-15Add zero/align tests for rallocx().Jason Evans
2013-12-12Fix a malloc_mutex dependency in mtx.Jason Evans
2013-12-12Fix a strict aliasing violation.Jason Evans
2013-12-12Streamline test output.Jason Evans
2013-12-12Add mq (message queue) to test infrastructure.Jason Evans
2013-12-10Fix inline-related macro issues.Jason Evans
2013-12-09Add probabability distribution utility code.Jason Evans
2013-12-09Integrate SFMT 1.3.3 into test infrastructure.Jason Evans
2013-12-08Refactor tests.Jason Evans
2013-12-03Refactor to support more varied testing.Jason Evans