1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 06:41:13 +02:00
guile/src/gc-internal.h

16 lines
383 B
C

#ifndef GC_INTERNAL_H
#define GC_INTERNAL_H
#ifndef GC_IMPL
#error internal header file, not part of API
#endif
#include "gc-ephemeron-internal.h"
#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