WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
146143
[WK2] ConnectionUnix should use FastMalloc to allocate on-heap resources
https://bugs.webkit.org/show_bug.cgi?id=146143
Summary
[WK2] ConnectionUnix should use FastMalloc to allocate on-heap resources
Zan Dobersek
Reported
2015-06-18 23:46:11 PDT
[WK2] ConnectionUnix should use FastMalloc to allocate on-heap resources
Attachments
Patch
(4.45 KB, patch)
2015-06-19 00:00 PDT
,
Zan Dobersek
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Zan Dobersek
Comment 1
2015-06-19 00:00:31 PDT
Created
attachment 255180
[details]
Patch
WebKit Commit Bot
Comment 2
2015-06-19 00:03:43 PDT
Attachment 255180
[details]
did not pass style-queue: ERROR: Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:449: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Carlos Garcia Campos
Comment 3
2015-06-19 00:37:55 PDT
Comment on
attachment 255180
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=255180&action=review
> Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:451 > + size_t attachmentFDBufferLength = std::count_if(attachments.begin(), attachments.end(), > + [](const Attachment& attachment) { > + return attachment.fileDescriptor() != -1; > + });
Cool
Zan Dobersek
Comment 4
2015-06-22 05:07:34 PDT
Comment on
attachment 255180
[details]
Patch Clearing flags on attachment: 255180 Committed
r185824
: <
http://trac.webkit.org/changeset/185824
>
Zan Dobersek
Comment 5
2015-06-22 05:07:51 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug