1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 08:40:19 +02:00

Add gc_allocation_counter API

This commit is contained in:
Andy Wingo 2025-03-14 09:44:18 +01:00
parent c51a48eae8
commit 05e8aba462
6 changed files with 54 additions and 15 deletions

View file

@ -31,6 +31,8 @@ GC_API_ int gc_init(const struct gc_options *options,
struct gc_event_listener event_listener,
void *event_listener_data);
GC_API_ uint64_t gc_allocation_counter(struct gc_heap *heap);
GC_API_ struct gc_heap* gc_mutator_heap(struct gc_mutator *mut);
GC_API_ uintptr_t gc_small_object_nursery_low_address(struct gc_heap *heap);