mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 20:08:41 +03:00
fix assertion
This commit is contained in:
parent
b4ca31bcd0
commit
9aec70ee02
2 changed files with 5 additions and 5 deletions
|
@ -27,15 +27,15 @@ int main() {
|
|||
mi_version();
|
||||
mi_stats_reset();
|
||||
// detect double frees and heap corruption
|
||||
double_free1();
|
||||
// double_free1();
|
||||
// double_free2();
|
||||
// double_free3();
|
||||
double_free3();
|
||||
// corrupt_free1();
|
||||
// corrupt_free2();
|
||||
// block_overflow1();
|
||||
// block_overflow2();
|
||||
// test_aslr();
|
||||
invalid_free();
|
||||
// invalid_free();
|
||||
// test_reserved();
|
||||
// negative_stat();
|
||||
// alloc_huge();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue