what is memory leakage?

Answer Posted / sandeep

At application point of view:
Actually, when we allocate the memory dynamically to the
object and some how lose the way to reach that memory is
called memory leakage.

For example: Suppose there is function where in we
allocate the memory dynamically and store it's address in a
pointer that is local to that function. When the control
returns from the function, the local pointer dies and
losing the address of that memory but dynamically allocate
memory would continue to remain allocated yet inaccessible.
This allocated memory is called memory leakage.

Is This Answer Correct ?    25 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use actions in qtp ?

584


Explain step generator in qtp?

639


how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer

1442


hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me

1754


explain abt dyanamic changing object with example?

1899






In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

1435


Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com

1494


When you open QTP, how many sheets you can see?

652


hi nani my doubt is how does qtp process metrix related to software process.

1546


if our qtp vb Script may be Currepted then What we want do?

1479


How to replay a script in qtp?

612


how will you load the test cases in ddt?

1592


What is business process testing(bpt) in qtp?

690


What are output values and why they are used ?

623


In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.

1525