Add buffer skeleton

This commit is contained in:
Rerumu
2023-11-05 14:51:40 -05:00
parent b18365a7e4
commit 49d2456fca
3 changed files with 129 additions and 259 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ impl Driver for LoadAt {
impl Driver for MemorySize {
fn write(&self, _mng: &mut Manager, w: &mut dyn Write) -> Result<()> {
write!(w, "memory_at_{}.min", self.memory())
write!(w, "rt.allocator.size(memory_at_{})", self.memory())
}
}