mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
merge from dev (MI_ALIGNED_MAX)
This commit is contained in:
commit
abbff9c030
7 changed files with 118 additions and 45 deletions
|
@ -210,7 +210,7 @@ int main() {
|
|||
free(p1);
|
||||
free(p2);
|
||||
free(s);
|
||||
|
||||
|
||||
/* now test if override worked by allocating/freeing across the api's*/
|
||||
//p1 = mi_malloc(32);
|
||||
//free(p1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue