First test works.

This commit is contained in:
2023-04-02 11:53:15 -04:00
parent d66c1e4eb4
commit 5e26d53a12
5 changed files with 56 additions and 37 deletions

View File

@ -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 );