mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
fix windows dynamic malloc overried when both ucrtbase and msvcrt are loaded; also fix virtualalloc2 on 32-bit
This commit is contained in:
parent
158705815e
commit
9390642879
3 changed files with 9 additions and 7 deletions
|
@ -13,7 +13,7 @@ void free_p() {
|
|||
}
|
||||
|
||||
int main() {
|
||||
mi_stats_reset();
|
||||
mi_stats_reset();
|
||||
atexit(free_p);
|
||||
void* p1 = malloc(78);
|
||||
void* p2 = malloc(24);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue