From b5e7d9188361f04ee397ee750e814c8126a35242 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 29 Jul 2025 07:15:43 -0500 Subject: [PATCH] + README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..eeef6ca5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# xo-alloc -- arena allocator with rudimentary GC support + +Xo-alloc is a lightweight arena allocator