diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-10-19 21:58:03 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-10-19 21:58:03 +0100 |
commit | bcf6901b8d5acf72c3017f9552892f7bd5a15325 (patch) | |
tree | 0a473d7d4683ac30bc65d5463f0ec6446ddb54ef /build.zig.zon | |
download | mf-zigtools-bcf6901b8d5acf72c3017f9552892f7bd5a15325.tar.gz mf-zigtools-bcf6901b8d5acf72c3017f9552892f7bd5a15325.tar.bz2 mf-zigtools-bcf6901b8d5acf72c3017f9552892f7bd5a15325.tar.xz mf-zigtools-bcf6901b8d5acf72c3017f9552892f7bd5a15325.zip |
Initial
Add a wrapper allocator that tracks currently used and max memory
Diffstat (limited to 'build.zig.zon')
-rw-r--r-- | build.zig.zon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon new file mode 100644 index 0000000..042c070 --- /dev/null +++ b/build.zig.zon @@ -0,0 +1,4 @@ +.{ + .name = "mf-zigtools", + .version = "0.0.1", +}
\ No newline at end of file |