mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Added to trace
This commit is contained in:
parent
8fa1bccd78
commit
5a25611934
1 changed files with 2 additions and 0 deletions
2
gc.c
2
gc.c
|
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue