summaryrefslogtreecommitdiff
path: root/tests/middle.c
diff options
context:
space:
mode:
authorhboehm <hboehm>2006-05-03 00:50:22 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:37 +0400
commit9bd670c6f3c0b6c93cd3857fe958e88217052f8d (patch)
tree180ed32b8813264efedf8d984b36de73b2af2f5b /tests/middle.c
parent0d0e5aef2a5e904d1d9a6fde6694134957ea38d8 (diff)
downloadbdwgc-9bd670c6f3c0b6c93cd3857fe958e88217052f8d.tar.gz
2006-05-02 Hans Boehm <Hans.Boehm@hp.com>
* tests/middle.c: Add GC_INIT() call.
Diffstat (limited to 'tests/middle.c')
-rw-r--r--tests/middle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/middle.c b/tests/middle.c
index 5d9360af..ebb348c4 100644
--- a/tests/middle.c
+++ b/tests/middle.c
@@ -10,6 +10,7 @@ int main ()
int i;
GC_all_interior_pointers = 0;
+ GC_INIT();
for (i = 0; i < 20000; ++i) {
GC_malloc_atomic (4096);