terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.GC Class Reference
+ Collaboration diagram for System.GC:

Public Member Functions

static long GetTotalMemory (bool forceFullCollection)
 

Static Public Member Functions

static void Collect (int generation)
 
static void Collect (int generation, global::System.GCCollectionMode mode)
 
static void Collect (int generation, global::System.GCCollectionMode mode, bool blocking)
 
static void Collect (int generation, global::System.GCCollectionMode mode, bool blocking, bool compacting)
 
static int CollectionCount (int generation)
 
static void KeepAlive (object obj)
 
static void SuppressFinalize (object obj)
 
static void ReRegisterForFinalize (object obj)
 

Package Functions

static void register_ephemeron_array (global::System.Runtime.CompilerServices.Ephemeron[] array)
 

Static Package Functions

static void GetMemoryInfo (out uint highMemLoadThreshold, out ulong totalPhysicalMem, out uint lastRecordedMemLoad, out global::System.UIntPtr lastRecordedHeapSize, out global::System.UIntPtr lastRecordedFragmentation)
 

Static Package Attributes

static readonly object EPHEMERON_TOMBSTONE
 

Private Member Functions

static int GetCollectionCount (int generation)
 
static void InternalCollect (int generation)
 
static object get_ephemeron_tombstone ()
 
static void _SuppressFinalize (object o)
 
static void _ReRegisterForFinalize (object o)
 

Static Private Member Functions

static GC ()
 

Detailed Description

Definition at line 22 of file GC.cs.


The documentation for this class was generated from the following file: