How to test Memory Leaks?What tool is ussed for testing Memoy Leaks?

Showing Answers 1 - 3 of 3 Answers

when ever we perform PERFORMANCE Testing we load the machine to the max the memory leaksmemory leak means we have limeted resources like limited memory to use temporarilybut we shud deallocate memory so that it can be use correctlylike in load function we load the file but it will be still in memory by using load and unload we can over come this problem

  Was this answer useful?  Yes

priya

  • Dec 5th, 2005
 

Can you please elaborate your answer with an example.

  Was this answer useful?  Yes

SureshCVK

  • Feb 27th, 2006
 

Please correct me if iam wrong.when ever we perform PERFORMANCE Testing we load the machine to the max the memory leaksmemory leak means we have limeted resources like limited memory to use temporarilybut we shud deallocate memory so that it can be use correctlylike in load function we load the file but it will be still in memory by using load and unload we can over come this problemEx: 1) To run my application i need 250Kb memory. 2) When i run my application at that time in my system it's having only 200Kb memory? At that time our application is unable to run. 3) Ahy how the processer got ins so that it take care to allocate 50kb memory which is not in use for long time. 4) Same thing happen to the running application we can say it's Memory Leak.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions