mirror of
https://github.com/Ed94/gencpp.git
synced 2025-09-15 23:11:00 -07:00
test.cpp gen_time compiles (has memory issues though)
This commit is contained in:
@@ -84,7 +84,7 @@ namespace Global
|
||||
|
||||
namespace Memory
|
||||
{
|
||||
ct uw Initial_Reserve = megabytes(2);
|
||||
ct uw Initial_Reserve = megabytes(10);
|
||||
|
||||
extern arena Global_Arena;
|
||||
#define g_allocator arena_allocator( & Memory::Global_Arena)
|
||||
|
Reference in New Issue
Block a user