[webkit-reviews] review requested: [Bug 108410] Vector should consult allocator about ideal size when choosing capacity. : [Attachment 186239] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 2 16:13:34 PST 2013


Andreas Kling <akling at apple.com> has asked  for review:
Bug 108410: Vector should consult allocator about ideal size when choosing
capacity.
https://bugs.webkit.org/show_bug.cgi?id=108410

Attachment 186239: Patch
https://bugs.webkit.org/attachment.cgi?id=186239&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
Finally tracked down the crash, it was due to fastMallocGoodSize() getting
called before the TCMalloc page heap was fully initialized.
Fixed this by calling TCMalloc_ThreadCache::InitModule() in
fastMallocGoodSize() if needed.


More information about the webkit-reviews mailing list