]> granicus.if.org Git - gc/commit
Avoid 'Unexpected heap growth' in 64-bit multi-threaded gctest if n_tests=1
authorIvan Maidanski <ivmai@mail.ru>
Wed, 11 Apr 2018 06:19:09 +0000 (09:19 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 11 Apr 2018 06:19:09 +0000 (09:19 +0300)
commit0123354c21ecc50b3ea549bdf923d65654a7440d
tree3e0584d14fa8f0ee78747a39eaa187d5e53a2c48
parent0b8317fee5b060372099cedae72fde9ac47106a4
Avoid 'Unexpected heap growth' in 64-bit multi-threaded gctest if n_tests=1

* tests/test.c [!VERY_SMALL_CONFIG && CPP_WORDSZ==64] (check_heap_stats):
Increase max_heap_sz initial value by ~8.7% (so that the ratio of
max_heap_sz initial values between 32-bit and 64-bit targets
is the roughly same as exists for VERY_SMALL_CONFIG).
tests/test.c