Force GC to run periodically in order to reduce stuttering
This commit is contained in:
@@ -106,6 +106,8 @@ public:
|
||||
{
|
||||
static void Collect();
|
||||
static void Collect(int32 generation);
|
||||
static void Collect(int32 generation, MGCCollectionMode collectionMode, bool blocking, bool compacting);
|
||||
static int32 MaxGeneration();
|
||||
static void WaitForPendingFinalizers();
|
||||
static void WriteRef(void* ptr, MObject* ref);
|
||||
static void WriteValue(void* dst, void* src, int32 count, const MClass* klass);
|
||||
|
||||
Reference in New Issue
Block a user