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
As far as I remember, the mmap hooking was removed because the behaviors of mmap heavily depends on input flags so it's not simple enough to handle it.
We may have to handle only specific flags such as MAP_ANON, etc and ignore the rest.
Current version of heaptrace doesn't trace
mmap
andmunmap
functions.Add tracing these functions to detect memory leak caused by them.
The text was updated successfully, but these errors were encountered: