Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to find out the exact line number in my code where there is a memory leak. For this i have generated MAP file and .cod file. With this approach i can easily figured out the line number for simple function call. But it is not working if there is a leak in nested function call. Kindly help.

Thanks in advance.

share|improve this question

closed as not a real question by M42, Tichodroma, Jack, Peter, Chathuranga Chandrasekara Oct 5 '12 at 9:01

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.