mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-02 20:58:14 +00:00
thread context scratch system; converge on transition idiom in sample code
This commit is contained in:
@@ -16,6 +16,9 @@ void run_test_on_string(MD_String8 string)
|
||||
|
||||
int main(void)
|
||||
{
|
||||
MD_ThreadContext tctx;
|
||||
MD_ThreadInit(&tctx);
|
||||
|
||||
arena = MD_ArenaNew(1ull << 40);
|
||||
|
||||
// TODO(allen): throw more at this.
|
||||
|
||||
Reference in New Issue
Block a user