WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
104903
Web Inspector: Native Memory Instrumentation: do not validate pointers to objects in RenderArena agains tcmalloc data
https://bugs.webkit.org/show_bug.cgi?id=104903
Summary
Web Inspector: Native Memory Instrumentation: do not validate pointers to obj...
Ilya Tikhonovsky
Reported
2012-12-13 04:27:07 PST
EOM
Attachments
Patch
(9.68 KB, patch)
2012-12-13 04:35 PST
,
Ilya Tikhonovsky
no flags
Details
Formatted Diff
Diff
comments addressed
(10.55 KB, patch)
2012-12-13 06:19 PST
,
Ilya Tikhonovsky
yurys
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ilya Tikhonovsky
Comment 1
2012-12-13 04:35:27 PST
Created
attachment 179250
[details]
Patch
Yury Semikhatsky
Comment 2
2012-12-13 05:21:03 PST
I think we should rename the method to something like setCustomAllocation or setNotMalloced as Arena may be too specific allocator.
Build Bot
Comment 3
2012-12-13 05:23:57 PST
Comment on
attachment 179250
[details]
Patch
Attachment 179250
[details]
did not pass win-ews (win): Output:
http://queues.webkit.org/results/15311231
Ilya Tikhonovsky
Comment 4
2012-12-13 06:19:53 PST
Created
attachment 179262
[details]
comments addressed
Yury Semikhatsky
Comment 5
2012-12-13 06:22:04 PST
Comment on
attachment 179262
[details]
comments addressed View in context:
https://bugs.webkit.org/attachment.cgi?id=179262&action=review
> Source/WTF/wtf/MemoryObjectInfo.h:62 > + void setCustomAllocation(bool customAllocation) { m_customAllocation = customAllocation; }
Are we ever going to call this with customAllocation = false ?
Ilya Tikhonovsky
Comment 6
2012-12-13 06:24:51 PST
Committed
r137589
: <
http://trac.webkit.org/changeset/137589
>
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