summaryrefslogtreecommitdiffstats
path: root/test/include
Commit message (Expand)AuthorAgeFilesLines
* Header refactoring: Split up jemalloc_internal.hDavid Goldblatt2017-04-111-3/+4
* Add hooking functionalityDavid Goldblatt2017-04-072-0/+8
* Disentangle assert and utilDavid Goldblatt2017-03-061-3/+6
* Replace tabs following #define with spaces.Jason Evans2017-01-214-123/+123
* Remove extraneous parens around return arguments.Jason Evans2017-01-214-35/+35
* Update brace style.Jason Evans2017-01-217-91/+84
* Remove leading blank lines from function bodies.Jason Evans2017-01-132-2/+0
* Break up headers into constituent partsDavid Goldblatt2017-01-121-10/+6
* Refactor test extent hook code to be reusable.Jason Evans2017-01-071-0/+264
* jemalloc cpp new/delete bindingsDave Watson2016-12-132-3/+12
* Add os_unfair_lock support.Jason Evans2016-11-031-0/+2
* Fix tsd bootstrapping for a0malloc().Jason Evans2016-05-071-0/+4
* Avoid blindly enabling assertions for header code when testing.Jason Evans2016-03-231-33/+45
* Fix Windows build issuesDmitri Smirnov2016-02-242-4/+0
* Refactor time_* into nstime_*.Jason Evans2016-02-222-3/+3
* Flesh out time_*() API.Jason Evans2016-02-202-14/+3
* Fix MinGW-related portability issues.Jason Evans2015-07-232-37/+40
* Add JEMALLOC_FORMAT_PRINTF().Jason Evans2015-07-221-2/+2
* Port mq_get() to MinGW.Jason Evans2015-07-211-10/+9
* Fix more MinGW build warnings.Jason Evans2015-07-181-12/+12
* Add timer support for Windows.Jason Evans2015-07-131-3/+6
* Fix size class overflow handling when profiling is enabled.Jason Evans2015-06-241-0/+4
* use CLOCK_MONOTONIC in the timer if it's availableDaniel Micay2015-03-131-0/+10
* Style and spelling fixes.Jason Evans2014-12-093-5/+3
* Don't configure HAVE_SSE2.Jason Evans2014-10-091-1/+4
* Refactor permuted backtrace test allocation.Jason Evans2014-10-022-0/+32
* avoid conflict with the POSIX timer_t typeDaniel Micay2014-09-081-5/+5
* Add a simple timer implementation for use in benchmarking.Jason Evans2014-09-082-0/+17
* Move platform headers and tricks from jemalloc_internal.h.in to a new jemallo...Mike Hommey2014-05-281-0/+1
* Use C99 varadic macros instead of GCC onesMike Hommey2014-05-271-192/+192
* Fix coding sytle nits.Jason Evans2014-05-011-1/+1
* Fix p_test_fail()'s va_list abuse.Jason Evans2014-03-301-13/+40
* Remove duplicate 'static' keyword.Jason Evans2014-02-261-1/+1
* Fix name mangling for stress tests.Jason Evans2014-01-171-4/+6
* Add util unit tests, and fix discovered bugs.Jason Evans2014-01-071-0/+83
* Add mallctl*() unit tests.Jason Evans2013-12-201-8/+14
* Add quarantine unit tests.Jason Evans2013-12-171-0/+10
* Fix name mangling issues.Jason Evans2013-12-131-0/+1
* Add mq (message queue) to test infrastructure.Jason Evans2013-12-126-13/+154
* Fix inline-related macro issues.Jason Evans2013-12-103-32/+8
* Add probabability distribution utility code.Jason Evans2013-12-105-34/+331
* Integrate SFMT 1.3.3 into test infrastructure.Jason Evans2013-12-0917-0/+1539
* Refactor tests.Jason Evans2013-12-091-1/+176
* Fix more test refactoring issues.Jason Evans2013-12-061-0/+1
* Fix test refactoring issues for Linux.Jason Evans2013-12-061-2/+1
* Refactor to support more varied testing.Jason Evans2013-12-043-0/+125