Photon Fusion 2.1.1

FusionUnsafeAllocInfo(nint ptr, int size, int align, string filePath, int lineNumber, string stackTrace) Struct Reference

Memory allocation info entry. More...

Public Attributes

readonly int Align = align
 Align of the alloc.
readonly string FilePath = filePath
 File where the alloc happened.
readonly int LineNumber = lineNumber
 Line number where the alloc happened.
readonly nint Ptr = ptr
 Pointer to allocated memory.
readonly int Size = size
 Size of the alloc.
readonly string StackTrace = stackTrace
 Stack trace of the alloc. Only set if tracking is enabled with FusionUnsafeTrackingMode.StackTrace.

Detailed Description

Memory allocation info entry.