From 7f796680b3302646ec3e9a14ea673c2313f41895 Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Fri, 28 Feb 2025 21:11:15 -0500 Subject: make ZONE_MIN_CAPACITY user-definable --- zone.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zone.h b/zone.h index 2f653df..0a6db89 100644 --- a/zone.h +++ b/zone.h @@ -3,7 +3,9 @@ #include +#ifndef ZONE_MIN_CAPACITY #define ZONE_MIN_CAPACITY 1024 +#endif #define ZONE_USE_MALLOC 0 #define ZONE_USE_MMAP 1 -- cgit 1.4.1-2-gfad0