Add more memory profiling insights and groups
This commit is contained in:
@@ -190,6 +190,11 @@ int32 MCore::GC::MaxGeneration()
|
||||
return 0;
|
||||
}
|
||||
|
||||
void MCore::GC::MemoryInfo(int64& totalCommitted, int64& heapSize)
|
||||
{
|
||||
totalCommitted = heapSize = 0;
|
||||
}
|
||||
|
||||
void MCore::GC::WaitForPendingFinalizers()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user