System::GC::GetTotalMemory method

GC::GetTotalMemory method

Returns the number of bytes of private memory currently allocated by the current process.

static int64_t System::GC::GetTotalMemory(bool force_full_collection)
ParameterTypeDescription
force_full_collectionboolIGNORED

ReturnValue

The number of bytes of private memory currently allocated by the current process.

See Also