From c4b392a179048f936c062f5ffccc2bc25627e500 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 6 Oct 2025 01:01:41 +0700 Subject: working --- vere/pkg/noun/v1/vortex.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vere/pkg/noun/v1/vortex.c (limited to 'vere/pkg/noun/v1/vortex.c') diff --git a/vere/pkg/noun/v1/vortex.c b/vere/pkg/noun/v1/vortex.c new file mode 100644 index 0000000..07daf7a --- /dev/null +++ b/vere/pkg/noun/v1/vortex.c @@ -0,0 +1,17 @@ +/// @file + +#include "../vortex.h" +#include "v1/vortex.h" + +#include "v1/allocate.h" + +/* u3v_v1_reclaim(): clear ad-hoc persistent caches to reclaim memory. +*/ +void +u3v_v1_reclaim(void) +{ + // clear the u3v_wish cache + // + u3a_v1_lose(u3A_v1->yot); + u3A_v1->yot = u3_nul; +} -- cgit v1.2.3