mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
types: update forward declaration of gc_heap_merge()
Partial work towards addressing issue #534.
This commit is contained in:
parent
20e1a14222
commit
b755b40ee8
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ int gc_is_mutator_new(gc_thread_data * thd);
|
|||
void gc_sleep_ms(int ms);
|
||||
gc_heap *gc_heap_create(int heap_type, size_t size, gc_thread_data * thd);
|
||||
gc_heap *gc_heap_free(gc_heap * page, gc_heap * prev_page);
|
||||
void gc_heap_merge(gc_heap * hdest, gc_heap * hsrc);
|
||||
int gc_heap_merge(gc_heap * hdest, gc_heap * hsrc);
|
||||
void gc_merge_all_heaps(gc_thread_data * dest, gc_thread_data * src);
|
||||
void gc_print_stats(gc_heap * h);
|
||||
gc_heap *gc_grow_heap(gc_heap * h, size_t size, gc_thread_data * thd);
|
||||
|
|
Loading…
Add table
Reference in a new issue