|
From: janjust <tja...@un...> - 2011-12-13 20:03:55
|
Hey group,
I'm wondering the it's possible to intercept the malloc calls without
having to call valgrind's malloc wrapper.
The reason being is that I'm noticing the wrapper allocating chunks in
different sizes than say glibc's malloc. For practical purposes I would only
like to record the return address of the malloc call and the block's size. I
hope this makes sense.
Thoughts?
--
View this message in context: http://old.nabble.com/malloc-wrappers-tp32970308p32970308.html
Sent from the Valgrind - Users mailing list archive at Nabble.com.
|