Fix missing atomic_count and realloc_count incrementation in gctest
authorIvan Maidanski <ivmai@mail.ru>
Sun, 8 Oct 2017 10:09:46 +0000 (13:09 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 8 Oct 2017 10:09:46 +0000 (13:09 +0300)
commitbd70d893a3cc4df63328f5f0310dc73e194c52d4
treeb7af8db2b9945a26fac442425c34f7d4c4518d7c
parent09c981afbd2fb52dcf15eff6b0f7f84f70763f7c
Fix missing atomic_count and realloc_count incrementation in gctest

* tests/test.c [!AT_END && !THREADS] (reverse_test_inner): Increment
realloc_count after GC_REALLOC() call.
* tests/test.c (run_one_test): Increment atomic_count after
(void)GC_MALLOC_ATOMIC(0) and GC_malloc_atomic(1) calls.
tests/test.c