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


Please Help Members By Posting Answers For Below Questions

What is bottom-up strategy?

604


What is memory leak and defect leak? Is there any harness testing? If yes, please explain?

1570


What is v- diagram (model)?

576


What's Stress Testing?

733


Mention what are the categories of defects?

591






What is vdd - version description document?

599


What are the advantages of SCSI compared to ATA or IDE ?

1420


What is applications of FCOE?

2174


Define defect density.

581


What is bottom-up testing?

609


What is customer (end user)?

600


Explain the term bug.

729


The purpose of which is to allow specific tests to be carried out on a system or network that resembles as closely as possible the environment where the item under test will be used upon release?

640


plz give me anybody test data expected result during prime number programe ? advance thanks

3140


what are the different types of questions in testing from related to projects, plz help me in quickly

1718