You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found an issue while using mimalloc v2.0.6 and Nvidia Nsight.
Here are the steps:
You need an application with mimalloc integrated (D:/app.exe for example)
Run it using Nvidia Nsight:
In the debug configuration we get an assert:
Here is the mimalloc output:
It looks like the problem is that Nvidia Nsight conflicts with mimalloc. Both are injected into the DLL load order to intercept the messages they need, and in this case Nsight is loaded first and prevents mimalloc from properly intercepting malloc/free calls.