for this you shld make your own malloc function and while allocating memry count++ and while freeing count-- if count!=0 then there is memory leak .
On Sat, Jul 24, 2010 at 11:38 PM, dreamer ................ < [email protected]> wrote: > Write a code that will check whether the memory allotted to the > program at the initial and the memory returned to the system is same > or not. > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<algogeeks%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > > -- With Regards, Jalaj Jaiswal +919026283397 B.TECH IT IIIT ALLAHABAD -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
