mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
gc: oops, forgot the "freed" count (again)
Partial work towards addressing issue #534.
This commit is contained in:
parent
fb334d1e89
commit
20e1a14222
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -2739,7 +2739,7 @@ void gc_thread_data_free(gc_thread_data * thd)
|
|||
*
|
||||
* This function assumes appropriate locks are already held.
|
||||
*/
|
||||
void gc_heap_merge(gc_heap * hdest, gc_heap * hsrc)
|
||||
int gc_heap_merge(gc_heap * hdest, gc_heap * hsrc)
|
||||
{
|
||||
int freed = 0;
|
||||
gc_heap *last = gc_heap_last(hdest);
|
||||
|
|
Loading…
Add table
Reference in a new issue