ScriptReference/Unity.Collections.LowLevel.Unsafe.UnsafeUtility.SetLeakDetectionMode #757
Replies: 1 comment
-
Leak detection may shadow lots of leaks, e.g. show a message "Leak Detected : Persistent allocates 15 individual allocations." and show only 1-3 unique stacktraces afterwards. Fixing these leaks will reveal the remaining stacktraces the next time leak detector is used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ScriptReference/Unity.Collections.LowLevel.Unsafe.UnsafeUtility.SetLeakDetectionMode
https://docs.unity3d.com/ScriptReference/Unity.Collections.LowLevel.Unsafe.UnsafeUtility.SetLeakDetectionMode.html
Beta Was this translation helpful? Give feedback.
All reactions