[Webkit-unassigned] [Bug 27980] Give an ability to WebKit to free statically allocated pointers before quit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 11 04:45:37 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27980
--- Comment #19 from Zoltan Herczeg <zherczeg at inf.u-szeged.hu> 2009-08-11 04:45:35 PDT ---
After starting and quiting from QtLauncher, the leak reduced from:
==18154== LEAK SUMMARY:
==18154== definitely lost: 66,632 bytes in 496 blocks.
==18154== possibly lost: 25,536 bytes in 7 blocks.
==18154== still reachable: 241,690 bytes in 5,595 blocks.
==18154== suppressed: 0 bytes in 0 blocks.
Number of loss records: 295
To:
==6905== LEAK SUMMARY:
==6905== definitely lost: 344 bytes in 2 blocks.
==6905== indirectly lost: 20 bytes in 1 blocks.
==6905== possibly lost: 744 bytes in 3 blocks.
==6905== still reachable: 117,418 bytes in 2,859 blocks.
==6905== suppressed: 0 bytes in 0 blocks.
Number of loss records: 131
And 50k from this space is a debug structure used by StructureID-s.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list