On Thu, Apr 30, 2009 at 7:37 PM, <[email protected]> wrote: > Thusfar the helgrind reports have gone away each of the times I ran this > application > without dlmalloc.
Are you familiar with the VALGRIND_MALLOCLIKE_BLOCK() and VALGRIND_FREELIKE_BLOCK() macro's defined in the header file <valgrind/valgrind.h> ? These macro's allow a memory allocation library to tell a Valgrind tool about its allocation and deallocation activities, and could be used to instrument the dlmalloc source code. Several Valgrind tools, including the trunk version of DRD, support these macro's. Bart. ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
