Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/coreclr/vm/gcheaputilities.h
  • Loading branch information
jkotas authored May 2, 2025
commit 293c57c880de9c25206463f2924760a00dca04aa
2 changes: 1 addition & 1 deletion src/coreclr/vm/gcheaputilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class GCHeapUtilities {
#endif // FEATURE_SVR_GC
}

bool UseThreadAllocationContexts()
static bool UseThreadAllocationContexts()
{
#if (defined(TARGET_X86) || defined(TARGET_AMD64)) && !defined(TARGET_UNIX)
return s_useThreadAllocationContexts;
Expand Down
Loading