Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetTopOfMemory()
static ulong System.Runtime.MemoryFailPoint.GetTopOfMemory
(
)
inline
static
private
Definition at line
149
of file
MemoryFailPoint.cs
.
150
{
151
Interop
.
Kernel32
.
GetSystemInfo
(out var lpSystemInfo);
152
return
(ulong)(long)lpSystemInfo.lpMaximumApplicationAddress;
153
}
Interop.Kernel32.GetSystemInfo
static void GetSystemInfo(out SYSTEM_INFO lpSystemInfo)
Interop.Kernel32
Definition
Interop.cs:8
Interop
Definition
Interop.cs:6
References
Interop.Kernel32.GetSystemInfo()
.
System
Runtime
MemoryFailPoint
Generated by
1.10.0