diff --git a/compiler-rt/lib/scudo/standalone/secondary.h b/compiler-rt/lib/scudo/standalone/secondary.h index fba21c3cb6a09..1a232b9b9fb2d 100644 --- a/compiler-rt/lib/scudo/standalone/secondary.h +++ b/compiler-rt/lib/scudo/standalone/secondary.h @@ -79,8 +79,7 @@ struct CachedBlock { // it suggests that beyond 4 pages, the release execution time is // longer than the map execution time. In this way, the default // is dependent on the platform. - // TODO: set MaxReleasedCachePages back to 4U - static constexpr uptr MaxReleasedCachePages = 0U; + static constexpr uptr MaxReleasedCachePages = 4U; uptr CommitBase = 0; uptr CommitSize = 0;