[Webkit-unassigned] [Bug 65766] [Linux] OSAllocator::reserveUncommitted should not commit physical memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 30 13:46:40 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=65766





--- Comment #23 from William Chan <willchan at chromium.org>  2012-10-30 13:47:57 PST ---
V8 does its own allocations directly, and for malloc() Chromium/Linux uses TCMalloc, which does its own allocations directly as well. My brief look at the code seems to indicate this is used by JavaScriptCore for its OS memory allocations. Therefore I believe, but am not absolutely certain, that Chromium/Linux does not use this code.

-- 
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