Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
GCMemoryInfoData.cs
Go to the documentation of this file.
2
3namespace System;
4
5[StructLayout(LayoutKind.Sequential)]
6internal sealed class GCMemoryInfoData
7{
9
11
12 internal long _memoryLoadBytes;
13
14 internal long _heapSizeBytes;
15
16 internal long _fragmentedBytes;
17
18 internal long _totalCommittedBytes;
19
20 internal long _promotedBytes;
21
22 internal long _pinnedObjectsCount;
23
25
26 internal long _index;
27
28 internal int _generation;
29
31
32 internal bool _compacted;
33
34 internal bool _concurrent;
35
37
39
41
43
45
47
49
51
53}
ReadOnlySpan< GCGenerationInfo > GenerationInfoAsSpan
ReadOnlySpan< TimeSpan > PauseDurationsAsSpan
GCGenerationInfo _generationInfo2
GCGenerationInfo _generationInfo0
GCGenerationInfo _generationInfo4
GCGenerationInfo _generationInfo1
GCGenerationInfo _generationInfo3