add MI_PADDING flag to cmake to supress use of padding in debug mode

This commit is contained in:
daan 2020-04-07 10:01:18 -07:00
parent afc4f79a69
commit 69a0846478
6 changed files with 13 additions and 9 deletions

View file

@ -29,12 +29,10 @@ void various_tests();
int main() {
mi_stats_reset(); // ignore earlier allocations
heap_thread_free_large();
/*
heap_no_delete();
heap_late_free();
padding_shrink();
various_tests();
*/
mi_stats_print(NULL);
return 0;
}