]> granicus.if.org Git - gc/commit
Fix typed_test to prevent fails in malloc_explicitly_typed (64-bit)
authorHamayama <hamay1010@gmail.com>
Tue, 20 Jun 2017 21:30:24 +0000 (00:30 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 20 Jun 2017 21:30:24 +0000 (00:30 +0300)
commit595d2403c86de001136500efbec3dcd36848ecc3
treedd68680b1b4459d8b380e5a535ae95baca9f1eee
parent452f4a3bb94b443b13a109ed6c2895c54497a8ec
Fix typed_test to prevent fails in malloc_explicitly_typed (64-bit)

Issue #166 (bdwgc).

* tests/test.c (typed_test): Pass 320*sizeof(word)+some_number instead
of 2000 to GC_malloc_explicitly_typed, so that to satisfy the size
argument requirement of the latter regardless of word size).
tests/test.c