summaryrefslogtreecommitdiff
path: root/src/memtest.c
Commit message (Expand)AuthorAgeFilesLines
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-0/+12
* Resolve nonsense static analysis warningsOran Agra2021-05-031-1/+1
* Add support for Haiku OS (#7435)David CARLIER2020-09-291-0/+5
* Hopefully better memory test on crash.antirez2015-12-161-38/+86
* memtest.c now can be called as API in non interactive mode.antirez2015-12-161-43/+72
* Include stropts only if __sun is defined.antirez2014-12-091-0/+2
* Fix implicit declaration of ioctl on SolarisJan-Erik Rediger2014-12-011-0/+1
* memtest: Add missing free()Xian Li2014-08-081-0/+1
* Fixed a bug in memtest progress bar, that had no actual effects.antirez2013-01-211-4/+2
* On crash memory test rewrote so that it actaully works.antirez2012-11-291-23/+19
* Fast memory test on Redis crash.antirez2012-11-211-0/+31
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* memtest.c fixed to actually use v1 and v2 in memtest_fill_value().antirez2012-04-271-6/+6
* memtest.c: integer overflow fixed.antirez2012-04-121-1/+1
* Macros ULONG_ONEZERO / ULONG_ZEROONE were inverted in #ifdef to test 32/64 bi...antirez2012-04-111-3/+3
* Memory addressing test implemented.antirez2012-03-191-0/+32
* More memory tests implemented. Default number of iterations lowered to a more...antirez2012-03-181-9/+66
* Fixed typo.antirez2012-03-181-1/+1
* Number of iteration of --test-memory is now 300 (several minutes per gigabyte...antirez2012-03-181-2/+4
* Memory test function now less boring thanks to screen-wide progress bar.antirez2012-03-161-5/+48
* Hem... actual memtest.c file added.antirez2012-03-161-0/+91