Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4716d27

Browse files
committed
Merge pull request #5055 from dotnet-bot/from-tfs
Merge changes from TFS
2 parents acd2bba + 1bbb6e4 commit 4716d27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vm/gcenv.os.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ uint32_t GCToOSInterface::GetCurrentProcessCpuCount()
345345
// non zero if it has succeeded, 0 if it has failed
346346
size_t GCToOSInterface::GetVirtualMemoryLimit()
347347
{
348+
LIMITED_METHOD_CONTRACT;
349+
348350
MEMORYSTATUSEX memStatus;
349351
::GetProcessMemoryLoad(&memStatus);
350352

0 commit comments

Comments
 (0)