You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Additional parameter validation for StartNoGCRegion (#14088)
* Additional parameter validation for StartNoGCRegion
* Fix the clang build by moving some defs before the first goto
* Guard against size_t overflow when scaling allocation budgets
* Move some parameter validation for managed code, throw better exceptions on parameter validation errors
* Remove stray comma
* Address code review feedback - unify code branches that branch to the failure case. Also keep data types as uint64_t as long as possible to avoid size_t overflow
* Fix the clang build
* Code review feedback:
1. Remove useless asserts
2. Remove a dead code path
3. Add a LocalGC TODO to comment
"totalSize is too large. For more information about setting the maximum size, see \"Latency Modes\" in http://go.microsoft.com/fwlink/?LinkId=522706");
"totalSize is too large. For more information about setting the maximum size, see \"Latency Modes\" in http://go.microsoft.com/fwlink/?LinkId=522706");
0 commit comments