> Is there an easy way to record (get at) the whole > function call stack at the moment of allocation > (e.g. like purify gives)?
there was an older acid leak detection library that took a snapshot of the call stack on each allocation. that was useful, as you say.
