Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
While reading about memory corruption I came across a solution to detect this problem i.e to use protection/padding. So that overrunning or underrunning may be avoided. This approach will lead to memory overhead and thus performance issues.

I wanted to know if there is any other approach for detecting memory corruptions which is more efficient than the mentioned approach.
Posted
Updated 19-Mar-12 0:13am
v2

Most profiling tools give information about memory corruption. I have used some profilers. you can find some profilers in this page C++ code profilers[^]
 
Share this answer
 
Comments
Member 8576081 19-Mar-12 6:55am    
Thanx for the reply Rahul. I know that there tools available for detecting corruption errors. I wanted to know more about the approaches used by these tools for detecting the corruption errors.
 
Share this answer
 
Comments
Member 8576081 19-Mar-12 8:11am    
It has used the same approach as mentioned above .
[no name] 19-Mar-12 10:35am    
No.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900