mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-14 16:22:22 -07:00
reduce arena overrides; tidy up organization of default control macros; eliminate arena casts by directly relying on MD_IMPL_Arena in header
This commit is contained in:
@@ -8,7 +8,7 @@ int main(void)
|
||||
MD_ThreadContext tctx;
|
||||
MD_ThreadInit(&tctx);
|
||||
|
||||
arena = MD_ArenaNew(1ull << 40);
|
||||
arena = MD_ArenaAlloc(1ull << 40);
|
||||
|
||||
printf("%d\n", MD_CPP_VERSION);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user