1
Fork 0
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:
Andy Wingo 2024-09-13 12:58:33 +02:00
parent d19366bea2
commit 2818958c59
17 changed files with 702 additions and 110 deletions

View file

@ -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