merge dev branch

This commit is contained in:
daan 2019-07-03 18:12:55 -07:00
commit 663769c512
8 changed files with 286 additions and 260 deletions

View file

@ -13,7 +13,7 @@ void free_p() {
}
int main() {
mi_stats_reset();
mi_stats_reset();
atexit(free_p);
void* p1 = malloc(78);
void* p2 = malloc(24);