|
From: Christophe-Marie D. <chm...@gm...> - 2009-07-22 17:15:21
|
> You probably just want to use the new-ish --track-origins feature. I > think it was introduced in 3.4, but don't quote me on that. isn't --track-origin for tracking the origin of uninitialized values? This is different from telling when the allocation/deallocation of an object was done, although this is indeed _very_ usefull for finding bugs in problematic objects. -- Christophe-Marie Duquesne |