From 60a9104f6b737976e30271ac1c1a432cd9a5c657 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Wed, 9 Feb 2022 17:25:28 +0000 Subject: Encode ref count in bit mask too --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 9acd568..c9a0454 100644 --- a/main.c +++ b/main.c @@ -55,10 +55,10 @@ restart: if(result && !result->shy) print("%S\n", ppdatum(result)); freedatum(result); -/* + print("Unfreed arrays: %d\n", arrayalloccounts); print("Unfreed datums: %d\n", datumalloccounts); -*/ + } threadexitsall(nil); } -- cgit v1.2.3