mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
merge from dev
This commit is contained in:
commit
394a7a92ab
92 changed files with 2994 additions and 1010 deletions
|
@ -178,7 +178,6 @@ static void corrupt_free();
|
|||
|
||||
int main() {
|
||||
mi_version();
|
||||
// mi_bins();
|
||||
|
||||
// detect double frees and heap corruption
|
||||
// double_free1();
|
||||
|
@ -274,4 +273,3 @@ static void corrupt_free() {
|
|||
malloc(SZ);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue