Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ LastKnownFreeAddressSpace

long System.Runtime.MemoryFailPoint.LastKnownFreeAddressSpace
staticgetsetprivate

Definition at line 23 of file MemoryFailPoint.cs.

24 {
25 get
26 {
28 }
29 set
30 {
32 }
33 }
static bool Read(ref bool location)
Definition Volatile.cs:67
static void Write(ref bool location, bool value)
Definition Volatile.cs:74

Referenced by System.Runtime.MemoryFailPoint.MemoryFailPoint(), and System.Runtime.MemoryFailPoint.CheckForFreeAddressSpace().