]> granicus.if.org Git - gc/commitdiff
Avoid rare 'Unexpected heap growth' in multi-threaded gctest on Cygwin/x64
authorIvan Maidanski <ivmai@mail.ru>
Tue, 2 Apr 2019 19:59:54 +0000 (22:59 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 2 Apr 2019 19:59:54 +0000 (22:59 +0300)
* tests/test.c [!VERY_SMALL_CONFIG && CPP_WORDSZ==64]
(check_heap_stats): Change 25000000 (max_heap_sz value) to 26000000.

tests/test.c

index aef85531cc9d3449b2b3461a6884da479b569984..334854df6879f5fb53c63b3925f11faf344a8c4d 100644 (file)
@@ -1668,7 +1668,7 @@ void check_heap_stats(void)
 #     endif
 #   else
 #     if CPP_WORDSZ == 64
-        max_heap_sz = 25000000;
+        max_heap_sz = 26000000;
 #     else
         max_heap_sz = 16000000;
 #     endif