Enum MemoryIssueType
- Namespace
- DotCompute.Abstractions.Debugging
- Assembly
- DotCompute.Abstractions.dll
Types of memory issues that can be detected.
public enum MemoryIssueType
Fields
AlignmentIssue = 5Memory alignment issue.
AnalysisError = 6Analysis error occurred.
BufferOverflow = 0Buffer overflow or underflow.
EmptyArray = 4Empty array input.
InefficientAccess = 3Inefficient memory access pattern.
LargeAllocation = 1Large memory allocation.
MemoryLeak = 2Memory leak detected.