|
From: Bart V. A. <bar...@gm...> - 2008-11-22 08:29:01
|
On Fri, Nov 21, 2008 at 11:33 PM, <tjh...@co...> 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. |