Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Darryl Gove, February 8, 2008
Ended up wanting to look at malloc calls, how much was requested, where the memory was located, and where in the program the request was made. This was on S9, so no DTrace, so the obvious thing to do was to write an interpose library and use that. The code is pretty simple: