Search This Blog

Friday, September 29, 2017

Android library - that need to check

i get into those libraries , i suggest to check them (maybe there are better)




https://www.acrobits.net/products/corporate/sdk




https://www.intercom.com/



Tuesday, September 26, 2017

Finding Memory Leaks Using the CRT Library

big like !!

for debug purpose

Finding Memory Leaks Using the CRT Library:





syntax sample !!



_CrtMemState s1,s2,s3;

_CrtMemCheckpoint(&s1);



//to do - add your code here



_CrtMemCheckpoint(&s2);

if (_CrtMemDifference(&s3, &s1, &s2))

_CrtMemDumpStatistics(&s3);