fix windows dynamic malloc overried when both ucrtbase and msvcrt are loaded; also fix virtualalloc2 on 32-bit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user