Table of Contents

Enum MemoryIssueType

Namespace
DotCompute.Abstractions.Debugging
Assembly
DotCompute.Abstractions.dll

Types of memory issues that can be detected.

public enum MemoryIssueType

Fields

AlignmentIssue = 5

Memory alignment issue.

AnalysisError = 6

Analysis error occurred.

BufferOverflow = 0

Buffer overflow or underflow.

EmptyArray = 4

Empty array input.

InefficientAccess = 3

Inefficient memory access pattern.

LargeAllocation = 1

Large memory allocation.

MemoryLeak = 2

Memory leak detected.