Chromium Code Reviews
Description[css-grid] Fix 1% regression on system_health.memory_desktop
Apparently crrev.com/407361 added a 1% memory regression. The only thing
that could be increasing memory consumption is the fact that we now require
a vector to store the auto tracks instead of just a single GridTrack. We can
make the Vector just reserve 1 element of capacity by default.
BUG=631057
Committed: https://crrev.com/5d2f646883db3f2abe8a503c9702698d1e3cfab7
Cr-Commit-Position: refs/heads/master@{#415916}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 11 (3 generated)
|
|||||||||||||||||||