From be28a6df79935d00a199a1742c850f41e0ebd191 Mon Sep 17 00:00:00 2001 From: Andre Wagner Date: Tue, 12 May 2026 15:45:07 -0500 Subject: [PATCH] . --- lib/heap.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/heap.c b/lib/heap.c index e6df048..3d904c8 100644 --- a/lib/heap.c +++ b/lib/heap.c @@ -82,4 +82,8 @@ static TYC_RESULT heap_get_string(Heap* h, HEAP_KEY key, const char** value) static size_t heap_size(Heap* h) { return kh_size(h->items); +} + +static void heap_gc(Heap* h, VALUE const* roots, size_t n_roots) +{ } \ No newline at end of file