summaryrefslogtreecommitdiff
path: root/vere/pkg/noun/v1/manage.c
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
committerpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
commitc4b392a179048f936c062f5ffccc2bc25627e500 (patch)
tree09be0904be8ec4d7ea52992ef7580d42ed0c28c1 /vere/pkg/noun/v1/manage.c
working
Diffstat (limited to 'vere/pkg/noun/v1/manage.c')
-rw-r--r--vere/pkg/noun/v1/manage.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/vere/pkg/noun/v1/manage.c b/vere/pkg/noun/v1/manage.c
new file mode 100644
index 0000000..5e353d3
--- /dev/null
+++ b/vere/pkg/noun/v1/manage.c
@@ -0,0 +1,20 @@
+/// @file
+
+#include "v1/manage.h"
+
+#include "v1/allocate.h"
+#include "v1/hashtable.h"
+#include "v1/jets.h"
+#include "v1/nock.h"
+#include "v1/vortex.h"
+
+/* u3m_v1_reclaim: clear persistent caches to reclaim memory
+*/
+void
+u3m_v1_reclaim(void)
+{
+ u3v_v1_reclaim();
+ u3j_v1_reclaim();
+ u3n_v1_reclaim();
+ u3a_v1_reclaim();
+}