From bcf6901b8d5acf72c3017f9552892f7bd5a15325 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Thu, 19 Oct 2023 21:58:03 +0100 Subject: Initial Add a wrapper allocator that tracks currently used and max memory --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3cef7be --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +zig-cache/ -- cgit v1.2.3-ZIG