see i m using multiple time malloc & free.
so at the end of application i want to make sure there is no memory leakage. all malloc are freed.
Is there any method or function to see that?
another question : all all os mostly reclaim memory only when that application gets exit but if application is suppose to be run long time & if this way it continuously leack memory then at some time there will be no unalloacated memory & application will be crash or system will re-boot...!! Is it true..???