We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac7e87 commit a593986Copy full SHA for a593986
compiler-rt/lib/scudo/standalone/secondary.h
@@ -79,8 +79,7 @@ struct CachedBlock {
79
// it suggests that beyond 4 pages, the release execution time is
80
// longer than the map execution time. In this way, the default
81
// is dependent on the platform.
82
- // TODO: set MaxReleasedCachePages back to 4U
83
- static constexpr uptr MaxReleasedCachePages = 0U;
+ static constexpr uptr MaxReleasedCachePages = 4U;
84
85
uptr CommitBase = 0;
86
uptr CommitSize = 0;
0 commit comments