System::GC::GetTotalMemory 方法

GC::GetTotalMemory method

返回当前进程当前已分配的私有内存字节数。

static int64_t System::GC::GetTotalMemory(bool force_full_collection)
参数类型描述
force_full_collectionboolIGNORED

ReturnValue

当前进程当前分配的私有内存字节数。

另见