merge from dev-trace

This commit is contained in:
daan 2022-01-10 16:23:57 -08:00
commit 99c113d573
142 changed files with 3301 additions and 1807 deletions

View file

@ -216,7 +216,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);