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 the common risk that leads to project failure?

623


Why we use decision tables?

628


What is class level methods?

572


What is data flow analysis?

658


What is positive testing?

626






Explain what it means by test harness?

629


What are the main constrains of SCSI in storage networking?

1448


What is equivalence partitioning?

615


What is outputs?

561


What is a variant?

609


hello frnz when we r testing cookies for security testing in that we have to check for deleting cookies my ques is do we have to delete from browser(google chrome m using) or from hard drive? reply soon thanx

1481


Explain how to test documents in a project that span across the software development lifecycle?

681


What are the common mistakes which create issues?

621


What can static analysis not find?

623


Explain configuration management?

732