diff options
Diffstat (limited to 'starts/meaning-vm/memorystore.hpp')
-rw-r--r-- | starts/meaning-vm/memorystore.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
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 <typename T> -vref<T> valloc(T const & val) { return alloc(new value<T>(val)); } -void dealloc(ref); -void dealloc_all(ref); // todo? |