NEW 44878
Improve resource size tracking
https://bugs.webkit.org/show_bug.cgi?id=44878
Summary Improve resource size tracking
Dmitry Gorbik
Reported 2010-08-30 11:36:25 PDT
The idea of Cache.cpp was to track resources in memory. But now we are able to place them in a purgeable memory and also we would like to mmap them on the disk. So we need to track sizes for all those cases separately to clean up the code.
Attachments
Proposed patch v1.0 (10.48 KB, patch)
2010-08-30 16:24 PDT, Dmitry Gorbik
no flags
Dmitry Gorbik
Comment 1 2010-08-30 16:24:27 PDT
Created attachment 65976 [details] Proposed patch v1.0
Note You need to log in before you can comment on or make changes to this bug.