reduction
[vg.git] / vg_mem.h
index 666a4c65cdea9d9aa99b5e38fe9764fb3d69100a..9a9b31bed02baa84f2e36bcff4bb7546af5fd002 100644 (file)
--- a/vg_mem.h
+++ b/vg_mem.h
@@ -8,7 +8,7 @@
 #include <stdlib.h>
 #include <malloc.h>
 
-#define VG_MAX_ALLOCATIONS 64
+#define VG_MAX_ALLOCATIONS 128
 #define VG_FUZZ_ALLOCATIONS
 
 typedef struct vg_linear_allocator vg_linear_allocator;