mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
add MI_PADDING flag to cmake to supress use of padding in debug mode
This commit is contained in:
parent
afc4f79a69
commit
69a0846478
6 changed files with 13 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue