From 5095d97989f2e37258b2dd72e9ad3f2a38b03e58 Mon Sep 17 00:00:00 2001 From: hgn Date: Tue, 10 Sep 2024 12:01:42 +0100 Subject: [PATCH] up max allocations --- vg_mem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vg_mem.h b/vg_mem.h index 6fde883..94042a9 100644 --- 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; -- 2.25.1