NativeLeakDetectionMode
Sets which native leak memory leak detection mode to use.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public enum NativeLeakDetectionMode
Fields
Value | Description |
|---|---|
| Disabled | Disable native memory leak detection. |
| Enabled | Enable native memory leak detection without stack traces. |
| EnabledWithStackTrace | Enable native memory leak detection with full stack trace extraction and logging. |