We should add support for MallocScribble to FastMalloc.
<rdar://problem/15946481>
Created attachment 223252 [details] Patch v1
Attachment 223252 [details] did not pass style-queue: ERROR: Source/WTF/wtf/FastMalloc.cpp:460: Missing space before { [whitespace/braces] [5] ERROR: Source/WTF/wtf/FastMalloc.cpp:1273: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 2 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 223252 [details] Patch v1 It would be better to just modify POISON_DEALLOCATION as that will get all deallocations, and already has the correct allocation size
FastMalloc was replaced by bmalloc.