diff options
| -rw-r--r-- | zone.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,7 +3,9 @@ #include <stdint.h> +#ifndef ZONE_MIN_CAPACITY #define ZONE_MIN_CAPACITY 1024 +#endif #define ZONE_USE_MALLOC 0 #define ZONE_USE_MMAP 1 |
![]() |
index : ~wrmr/stdwrm | |
| auxiliary types & utils for c | Worm Heamer |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | zone.h | 2 |
@@ -3,7 +3,9 @@ #include <stdint.h> +#ifndef ZONE_MIN_CAPACITY #define ZONE_MIN_CAPACITY 1024 +#endif #define ZONE_USE_MALLOC 0 #define ZONE_USE_MMAP 1 |