what type of testing is carried out to find memory-
leakages?give me a sample example.
Answer Posted / muralidhar v
The concept of memory leakage is related to allocation of
dynamic memory in the code. Whenever the dynamic memory is
used in the code for ex. in a function and the memory is
not released, one is going to get the error message
say "memory not available" if the function is called again
and again. Though the code is syntactically and logically
correct, one is going to receive the error message if the
dynamic memory is used (using new command in 'C'
Programming language, we can allocate dynamic memory) but
not released.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the testing process you follow in your organization?
Hi, I want to write ISTQB exam. Can anybody send me the material regarding this.
What is difference between SCSI-2 and SCSI-3 Standard?
Please some one answer these Q's 1.Modules in Pension Domains ? 2.What Should we Test on Pension Domain.? Thanks in Advance Stewie
Explain usability testing?
What is test tools?
How would you estimate the amount of re-testing likely to be required?
What is what are the parameters of performance testing?
Hi,can anyone help me with sap testing.how is sap testing done
What is parallel/audit testing?
What is 2 tier and 3 tier application? Pls illustrate it with appropriate example.
Hi All My name is Kiran Krishna, Can I know what are the basic testing scenarios that we need to include in the application that is hosted on the Clustered environment of weblogic 9.2 version. Oracle version is 9 OS : Window 2000 Basically I needs some General testing steps to test the hosted application . Please help me out and send me the suggestion at Kiran.Krishna@arisglobal.co.in or Kirank_k@yahoo.com
What is dynamic analysis?
What are the main constrains of SCSI in storage networking?
why we split testing into distinct stages?