merge from dev

This commit is contained in:
daan 2022-01-10 16:22:34 -08:00
commit ad47cab97c
142 changed files with 3326 additions and 1819 deletions

View file

@ -48,7 +48,7 @@ int main() {
free(p1);
free(p2);
free(s);
/* now test if override worked by allocating/freeing across the api's*/
//p1 = mi_malloc(32);
//free(p1);