GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Testing Definitions

 Print  |  
Question:  How to test Memory Leaks?
What tool is ussed for testing Memoy Leaks?




December 12, 2005 09:31:45 #1
 ShaikKhadeer   Member Since: September 2005    Total Comments: 4 

RE: How to test Memory Leaks?What tool is ussed ...
 
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
     

 

Back To Question