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
What are the factors on which script execution time is dependent?
Is it possible to call from one action to another action in qtp?
How can we conduct U-I Testing by using QTP??????
How to analyzing test results using quicktest professional?
Without using gui map editor we can recognize the application in winrunner ?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
• What type of testing questions will be asked for 2+ yrs exp people in interview?
What is a Patch in QTP?
Explain advantages and disadvantages kdf?
if our qtp vb Script may be Currepted then What we want do?
Which functionalities of QTP used in banking project? pls any say answer?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
Can we create user defined functions in qtp?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
How to export quicktest professional (qtp) results to an .xls file?