2 * Test at the boundary between small and large objects.
3 * Inspired by a test case from Zoltan Varga.
12 GC_all_interior_pointers
= 0;
14 for (i
= 0; i
< 20000; ++i
) {
15 GC_malloc_atomic (4096);
18 for (i
= 0; i
< 20000; ++i
) {
19 GC_malloc_atomic (2048);
22 printf("Final heap size is %ld\n", GC_get_heap_size());