Print realloc_count in gctest
authorIvan Maidanski <ivmai@mail.ru>
Sun, 8 Oct 2017 10:22:06 +0000 (13:22 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 8 Oct 2017 10:22:06 +0000 (13:22 +0300)
commit38e9db06a02882c88bbfe26121fd7001523302f6
tree880b4d6e5db0fdfd884ef7708ec1c220a62628c5
parentbd70d893a3cc4df63328f5f0310dc73e194c52d4
Print realloc_count in gctest

Without this patch, realloc_count value is never used.

* tests/test.c (check_heap_stats): Print realloc_count value (after
printing other count variables).
tests/test.c