diff options
author | Bryce McKinlay <mckinlay@redhat.com> | 2006-01-25 03:03:14 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2006-01-25 03:03:14 +0000 |
commit | 54f28c21ee515da92119551983d51118a3666e85 (patch) | |
tree | 575ef0143266ff2f57b09fe0143e9a412b1fb27f /boehm-gc/tests | |
parent | ac42ec79e00a729e9d92fc1d254862936ee68bbe (diff) | |
download | gcc-54f28c21ee515da92119551983d51118a3666e85.zip gcc-54f28c21ee515da92119551983d51118a3666e85.tar.gz gcc-54f28c21ee515da92119551983d51118a3666e85.tar.bz2 |
Import Boehm GC version 6.6.
From-SVN: r110204
Diffstat (limited to 'boehm-gc/tests')
-rw-r--r-- | boehm-gc/tests/test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boehm-gc/tests/test.c b/boehm-gc/tests/test.c index e1676aa..f443173 100644 --- a/boehm-gc/tests/test.c +++ b/boehm-gc/tests/test.c @@ -1367,6 +1367,10 @@ void check_heap_stats() max_heap_sz = 11000000; } # endif +# ifndef ALIGN_DOUBLE + /* We end up needing more small object pages. */ + max_heap_sz += 2000000; +# endif # ifdef GC_DEBUG max_heap_sz *= 2; # ifdef SAVE_CALL_CHAIN |