summaryrefslogtreecommitdiff
path: root/tests/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* (PTRLIMB): New macro, used for conformant casting.Torbjorn Granlund2013-01-201-9/+15
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-211-11/+11
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-101-0/+1
* Initial mingw64 support.Torbjorn Granlund2009-09-141-18/+18
* Update license to version 3.tege2007-09-181-4/+2
* Cast calls to new mem* calls to avoid unaligned ops.tege2007-05-221-4/+4
* Add redzones around allocations.tege2007-05-161-18/+77
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2002-05-141-1/+1
* * tests/memory.c, tests/tests.h (tests_memory_valid): New function.Kevin Ryde2002-01-151-0/+6
* * tests/memory.c (tests_free_nosize): New function.Kevin Ryde2001-07-241-12/+25
* Add stdlib.h and tweak a comment.Kevin Ryde2001-04-031-3/+4
* * tests/memory.c (tests_allocate, tests_reallocate): Guard againstKevin Ryde2001-01-271-0/+13
* * tests/memory.c: New file.Kevin Ryde2001-01-061-0/+150