We should not call distribute_free_regions at the end of background GC - then it...
authorPeter Sollich <petersol@microsoft.com>
Wed, 22 Sep 2021 06:22:18 +0000 (08:22 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Sep 2021 06:22:18 +0000 (23:22 -0700)
commit2d80343c0f0d8c800045b55fe00b37cbe1279dcd
treec5b433189666fc4fc30974ca4f52f08192c6eb12
parentd51400ab2cc9b18e7ddff2534887ac29b979d479
We should not call distribute_free_regions at the end of background GC - then it may run concurrently with user threads allocating and getting regions from the free lists. (#59413)
src/coreclr/gc/gc.cpp