From 9a14918abec434d8463e07635daef380ad630649 Mon Sep 17 00:00:00 2001 From: olpc user Date: Sun, 24 Nov 2019 13:22:55 -0800 Subject: breaking into levels --- starts/meaning-vm/memorystore.hpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 starts/meaning-vm/memorystore.hpp (limited to 'starts/meaning-vm/memorystore.hpp') diff --git a/starts/meaning-vm/memorystore.hpp b/starts/meaning-vm/memorystore.hpp deleted file mode 100644 index d1ca98d..0000000 --- a/starts/meaning-vm/memorystore.hpp +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once - -#include "concept.hpp" - -ref alloc(concept * moved = 0); -template -vref valloc(T const & val) { return alloc(new value(val)); } -void dealloc(ref); -void dealloc_all(ref); // todo? -- cgit v1.2.3