mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-03 04:11:02 -07:00
First test works.
This commit is contained in:
@ -87,7 +87,8 @@ namespace Memory
|
||||
ct uw Initial_Reserve = megabytes(10);
|
||||
|
||||
extern arena Global_Arena;
|
||||
#define g_allocator arena_allocator( & Memory::Global_Arena)
|
||||
// #define g_allocator arena_allocator( & Memory::Global_Arena)
|
||||
#define g_allocator heap()
|
||||
|
||||
void setup();
|
||||
void resize( uw new_size );
|
||||
|
Reference in New Issue
Block a user