diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-24 13:22:55 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-24 13:22:55 -0800 |
commit | 9a14918abec434d8463e07635daef380ad630649 (patch) | |
tree | fa1a5200da88ad6065092b05dc063a8a80df8faa /starts/meaning-vm/memorystore.hpp | |
parent | 50be8bb8697b23ff469de142eaebe9666c2a9537 (diff) | |
download | standingwithresilience-9a14918abec434d8463e07635daef380ad630649.tar.gz standingwithresilience-9a14918abec434d8463e07635daef380ad630649.zip |
breaking into levels
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? |