зеркало из https://github.com/mozilla/gecko-dev.git
c7b453b99a
The startup cache essentially leaks memory here for the old startup cache data. My assumption here is that there can be dangling pointers into this data so it's not safe to delete these old tables. Live language switching is a relatively rare event, so this leak should be acceptable compared to adding locking mechanisms to the underlying data. Differential Revision: https://phabricator.services.mozilla.com/D140968 |
||
---|---|---|
.. | ||
test | ||
StartupCache.cpp | ||
StartupCache.h | ||
StartupCacheInfo.cpp | ||
StartupCacheInfo.h | ||
StartupCacheUtils.cpp | ||
StartupCacheUtils.h | ||
components.conf | ||
moz.build | ||
nsIStartupCacheInfo.idl |