(Cherry-pick commit
e60b3b8 from 'release-7_6' branch.)
* 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) call.
} else {
a = (sexpr)GC_REALLOC((void *)a, 8200);
}
+ realloc_count++;
# endif
}
check_ints(a,1,49);
collectable_count++;
GC_FREE(GC_MALLOC(0));
(void)GC_MALLOC_ATOMIC(0);
+ atomic_count++;
GC_FREE(GC_MALLOC_ATOMIC(0));
}
}