up max allocations master
authorhgn <hgodden00@gmail.com>
Tue, 10 Sep 2024 11:01:42 +0000 (12:01 +0100)
committerhgn <hgodden00@gmail.com>
Tue, 10 Sep 2024 11:01:42 +0000 (12:01 +0100)
vg_mem.h

index 6fde883b7643e7c91ad5b58a35ee63e35679082f..94042a971e8cd94464ddfcde75fc85a47c0bdf85 100644 (file)
--- a/vg_mem.h
+++ b/vg_mem.h
@@ -1,6 +1,6 @@
 #pragma once
 
-#define VG_MAX_ALLOCATIONS 128
+#define VG_MAX_ALLOCATIONS 256
 
 typedef struct vg_linear_allocator vg_linear_allocator;
 typedef struct vg_allocation_meta vg_allocation_meta;