From: hgn Date: Tue, 10 Sep 2024 11:01:42 +0000 (+0100) Subject: up max allocations X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;h=5095d97989f2e37258b2dd72e9ad3f2a38b03e58;p=vg.git up max allocations --- 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;