projects
/
vg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0f6590
)
up max allocations
author
hgn
<hgodden00@gmail.com>
Tue, 10 Sep 2024 11:01:42 +0000
(12:01 +0100)
committer
hgn
<hgodden00@gmail.com>
Tue, 10 Sep 2024 11:01:42 +0000
(12:01 +0100)
vg_mem.h
patch
|
blob
|
history
diff --git
a/vg_mem.h
b/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;