Commit Graph

6 Commits

Author SHA1 Message Date
Marshall Clow
f21f51aa1d Fix comments in tests to refer to the correct bugs. No functional change 2016-07-30 11:10:42 -07:00
Peter Dimov
de05d62aea Replace math::gcd,lcm with integer. 2015-01-15 19:05:08 +02:00
John Maddock
9038969ce2 Correct test case to take account of sizeof(void*).
[SVN r73272]
2011-07-21 10:02:15 +00:00
John Maddock
5adeed0d8b Make test code independent of sizeof(void*).
Make test stricter in it's checking (how much memory the allocator will allocate).

[SVN r73240]
2011-07-19 10:39:32 +00:00
John Maddock
c7b0d00943 Add some debugging code.
Add tentative Valgrind support.
Change singleton usage to address issue 5526 by making singletons eternal.
Add Valgrind tests.
Update docs to match.
Refs #5526.

[SVN r73121]
2011-07-15 17:40:49 +00:00
John Maddock
6db4e1896a Some further more advanced fixes for issue #2696:
Applies existing fix to array allocation,
Adds a test case,
Adds a fallback mechanism, so that if allocation fails we shrink the next chunk size.
Refs #2696.


[SVN r69236]
2011-02-24 12:19:47 +00:00