aboutsummaryrefslogtreecommitdiff
path: root/src/mem.rs
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-19 23:13:53 -0700
committerChristian Cunningham <cc@localhost>2022-08-19 23:13:53 -0700
commitfe157268a376f5b945f1d64629e051340b06e6f2 (patch)
tree98a02388072436e2b3d6d58480071952eeb61033 /src/mem.rs
parent26ab71043d97c1b06bdd252378b64171cb95b1a9 (diff)
New allocation
Diffstat (limited to 'src/mem.rs')
-rw-r--r--src/mem.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem.rs b/src/mem.rs
new file mode 100644
index 0000000..920965d
--- /dev/null
+++ b/src/mem.rs
@@ -0,0 +1 @@
+pub mod alloc;