> It is possible to add macros to the code to help valgrind know which areas 
> are being used by a custom allocator.  (See VALGRIND_MALLOCLIKE_BLOCK and 
> VALGRIND_FREELIKE_BLOCK, for example.)  I'm not sure if they're useful in 
> this situation, but they're worth taking a look at.

I see. That would discover errors such as something overwriting
structures allocated by the allocator but that were not handled to the
application, right?

Is there any reason why that's not included in the webkit allocator? I
mean apart from lack of time/interest, of course.

Regards
-- 
Samuel Rivas
R&D and Base Development Leader
m:+34 619 92 77 46
t:+34 981 17 33 44 ext:61
www.lambdastream.com
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to