Bug 100385

Summary: SamplingTool should use fastCalloc/fastFree rather than calloc/free
Product: WebKit Reporter: Yong Li <yong.li.webkit>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: jkjiang
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Yong Li
Reported 2012-10-25 08:47:00 PDT
...
Attachments
Yong Li
Comment 1 2012-10-25 09:04:40 PDT
TextIterator.cpp also uses malloc/free...
Yong Li
Comment 2 2012-10-25 09:14:01 PDT
and plugin/npapi.coo
Yong Li
Comment 3 2012-10-25 09:16:24 PDT
bridge/NP_jsobject.cpp
Yong Li
Comment 4 2012-10-25 10:05:24 PDT
bridge/npruntime.cpp
Yong Li
Comment 5 2012-10-25 10:05:40 PDT
MediaPlayerPrivateBlackBerry.cpp
Yong Li
Comment 6 2012-10-25 10:12:00 PDT
I also want to fix the warning in inline ValidationHeader* fastMallocValidationHeader(void* p) inline ValidationTag* fastMallocValidationSuffix(void* p) reinterpret_cast<ValidationTag*>(char*) gives warnings
Yong Li
Comment 7 2012-10-25 11:29:05 PDT
InputHandler.cpp
Note You need to log in before you can comment on or make changes to this bug.