Unifying the type used for number of heaps/locks/threads (dotnet/coreclr#27846)
authorVladimir Sadov <vsadov@microsoft.com>
Thu, 14 Nov 2019 02:22:27 +0000 (18:22 -0800)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2019 02:22:27 +0000 (18:22 -0800)
commit45dc2055ab28fb4c18a0549da92d1c2be9a20ee8
tree02954dfc1a245ace5f0c7f904ec37442b66aac4f
parentc2019a2b0a56e8e320220ca93e014417e6d56d66
Unifying the type used for  number of heaps/locks/threads (dotnet/coreclr#27846)

Unifying the type used for number of heaps/locks/threads
It is the same small number and should be just int.

NOTE: Initial number of allocated blocks per generation is also the same as number of heaps.

Commit migrated from https://github.com/dotnet/coreclr/commit/7405e434daa7341a87f5d5d046b2cc8b26fbb075
src/coreclr/src/gc/gc.cpp
src/coreclr/src/gc/gcpriv.h