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
Explain about the quicktest professional (qtp) automation object model?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
How do you synchronization point through DP?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
What is the registration process and examination fees?
What is the use of text output value in quicktest professional?
Explain the types of object repositorys in qtp?
What is expert view and keyword view?
What is use of object spy?
Explain the check points in quicktest professional (qtp)?
can any body give the banking domain concepts/links
How to add verification steps to tests?
How can we conduct U-I Testing by using QTP??????
How do we handle run-time errors?
Can we record an application running on a remote machine using qtp?