A few month ago, I developed the base for a portable C library, allowing some kind of OOP.
Memory is managed with reference counting, and the project includes a memory debugger, that keep track of all allocations, providing extended debug informations when necessary.
It's published under the BOOST license, so you're free to use it.
https://github.com/macmade/XSFoundation/
Current revision is actually in a non-workable state, but you may check older ones, to see how it's done.
A working version is available in the tags (1.2.2-0). This one builds fine on OSX, Windows and Linux.
Memory stuff is located mainly in the source/core directory:
Here's the kind of output for a SegmentationFault, for instance:

You can then get backtrace informations, display allocations, etc.