> Why did it happen? > Is there a way to deallocate memory from a webkit object (for example, when > close a tab which contains a page loaded)? > Or, Does webkit only deallocate memory when the browser process is killed?
(This does not answer your questions directly) For QtWebKit, you may want to have a look at QWebSetings, e.g. setMaximumPagesInCache(). In general, also have a look at PageCache classs (WebCore/history/PageCache.cpp). -- Ariya Hidayat, Software Engineer Qt Software, Nokia Devices R&D _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev