[examples] get started on the multi threaded parse example

This commit is contained in:
Allen Webster
2021-10-10 10:00:03 -07:00
parent 8ee69f0124
commit 93ac2b4bae
5 changed files with 151 additions and 10 deletions
+2
View File
@@ -597,6 +597,8 @@ MD_ArenaDefaultSetAutoAlign(MD_ArenaDefault *arena, MD_u64 align)
arena->align = align;
}
// TODO(allen): Arena absorb
#endif
//- "arena" implementation checks