Memory allocation info entry.
More...
|
|
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.
|
Memory allocation info entry.