mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
First version of adaptive heap sizing for pcc and mcc
This commit is contained in:
parent
d19366bea2
commit
2818958c59
17 changed files with 702 additions and 110 deletions
|
@ -9,4 +9,8 @@
|
|||
#include "gc-finalizer-internal.h"
|
||||
#include "gc-options-internal.h"
|
||||
|
||||
uint64_t gc_heap_total_bytes_allocated(struct gc_heap *heap);
|
||||
void gc_mutator_adjust_heap_size(struct gc_mutator *mut, uint64_t new_size);
|
||||
|
||||
|
||||
#endif // GC_INTERNAL_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue