On Fri, Nov 21, 2008 at 11:33 PM, <[EMAIL PROTECTED]> wrote: > In any case, before I dive too deeply into the memcheck sources, I thought I > would ask for assistance here.
Are you using C++ ? In that case you can used shared pointers to pass data between producer and consumer. See e.g.: * http://gcc.gnu.org/onlinedocs/libstdc++/manual/shared_ptr.html * http://www.boost.org/doc/libs/1_37_0/libs/smart_ptr/smart_ptr.htm Bart. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
