Bug 100385
Summary: | SamplingTool should use fastCalloc/fastFree rather than calloc/free | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yong Li <yong.li.webkit> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | jkjiang |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Yong Li
...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yong Li
TextIterator.cpp also uses malloc/free...
Yong Li
and plugin/npapi.coo
Yong Li
bridge/NP_jsobject.cpp
Yong Li
bridge/npruntime.cpp
Yong Li
MediaPlayerPrivateBlackBerry.cpp
Yong Li
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
InputHandler.cpp