Skip to content

Commit

Permalink
Add missing method contract
Browse files Browse the repository at this point in the history
[tfs-changeset: 1605842]


Commit migrated from dotnet/coreclr@1bbb6e4
  • Loading branch information
jkotas committed May 18, 2016
1 parent 72192f8 commit 3829741
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/src/vm/gcenv.os.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ uint32_t GCToOSInterface::GetCurrentProcessCpuCount()
// non zero if it has succeeded, 0 if it has failed
size_t GCToOSInterface::GetVirtualMemoryLimit()
{
LIMITED_METHOD_CONTRACT;

MEMORYSTATUSEX memStatus;
::GetProcessMemoryLoad(&memStatus);

Expand Down

0 comments on commit 3829741

Please sign in to comment.