Added to trace

This commit is contained in:
Justin Ethier 2017-01-28 00:07:09 -05:00
parent 8fa1bccd78
commit 5a25611934

2
gc.c
View file

@ -1755,7 +1755,9 @@ void gc_merge_all_heaps(gc_thread_data *dest, gc_thread_data *src)
ck_pr_load_64(&(src->cached_heap_free_sizes[heap_type])));
}
}
#ifdef GC_DEBUG_TRACE
fprintf(stderr, "Finished merging old heap data\n");
#endif
}
/**