mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Do a proper trace
This commit is contained in:
parent
9b233f326e
commit
e6d79fb63f
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -2056,7 +2056,7 @@ void gc_merge_all_heaps(gc_thread_data *dest, gc_thread_data *src)
|
|||
}
|
||||
ck_pr_add_int(&(dest->heap_num_huge_allocations),
|
||||
ck_pr_load_int(&(src->heap_num_huge_allocations)));
|
||||
#ifdef GC_DEBUG_TRACE
|
||||
#if GC_DEBUG_TRACE
|
||||
fprintf(stderr, "Finished merging old heap data\n");
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue