summaryrefslogtreecommitdiff
path: root/tests/test_malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Refine copyright terms in GPL source filesIvan Maidanski2022-05-191-7/+12
* Avoid breaking strict-aliasing rules in cons() of test_mallocIvan Maidanski2022-02-171-3/+4
* Workaround 'argument to function assert is always 1' cppcheck warningsIvan Maidanski2018-12-191-2/+1
* Convert tests to valid C++ codeIvan Maidanski2018-02-091-3/+3
* Fill in allocated memory with values depending on thread id (test_malloc)Ivan Maidanski2017-12-201-7/+7
* Do not test CHUNK_SIZE allocation if no mmap() available (test_malloc)Ivan Maidanski2017-12-191-1/+3
* New macro (DONT_USE_MMAP) to support testing as if mmap() is unavailableIvan Maidanski2017-12-191-0/+4
* Increase the default number of threads to 16 in test_malloc/stackIvan Maidanski2017-12-071-1/+1
* Allow to alter DEFAULT/MAX_NTHREADS values in test_malloc/stackIvan Maidanski2017-12-071-4/+1
* Test smallest allocation of large type (test_malloc)Ivan Maidanski2017-12-051-0/+12
* Fix memory leak in test_mallocIvan Maidanski2017-12-031-0/+10
* Eliminate data race in cons() of test_mallocIvan Maidanski2017-11-281-7/+7
* Place no_sanitize attributes in a GCC-compliant wayIvan Maidanski2017-11-191-1/+2
* Workaround Thread Sanitizer (TSan) false positive warningsIvan Maidanski2017-09-221-2/+2
* Do not define print_list() unless used (tests)Ivan Maidanski2016-11-141-0/+2
* Perform only few list reversals in test_malloc if AO based on pthreadsIvan Maidanski2012-10-051-1/+5
* tests: Log messages to stdout instead of stderrIvan Maidanski2012-09-181-2/+2
* Terminate tests with abort after error reportedIvan Maidanski2012-09-181-0/+1
* Move names of committers from source files to AUTHORS listIvan Maidanski2011-10-151-1/+0
* Fix test_malloc - allocate less memory in case of missing mmap()Ivan Maidanski2011-09-211-2/+10
* tests: Invoke exit() instead of abort() in case of out of memoryIvan Maidanski2011-09-211-2/+2
* Rename run_parallel.inc to run_parallel.h;Ivan Maidanski2011-08-091-1/+1
* Remove duplicate doc/COPYING and empty NEWS files.Ivan Maidanski2011-08-091-1/+1
* Fix compiler extra warnings.Ivan Maidanski2011-08-041-3/+13
* 2011-06-03 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-251-0/+6
* 2011-06-02 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-251-1/+0
* 2011-05-30 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-251-8/+18
* 2011-05-11 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-251-32/+41
* libatomic_ops-1.0 tarball importlibatomic_ops-1_0Ivan Maidanski2011-07-251-0/+182