Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is memory leakage?

Answers were Sorted based on User's Feedback



what is memory leakage? ..

Answer / 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

what is memory leakage? ..

Answer / smriti

A bug in a program that prevents it from freeing up
allocated memory which is no longer needed. As,the program
grabs more and more memory until it finally crashes because
there is no more memory left.

Is This Answer Correct ?    13 Yes 2 No

what is memory leakage? ..

Answer / narendra

If a program is using any variable during its execution,
then the memory allocated for that variable should be
released after every usage of the variable. If the occupied
memory is not released and the same program run several
times then the allocated memory will be filled. So the
program execution will fail at some point since there is no
memory available for the variable.

Is This Answer Correct ?    13 Yes 2 No

what is memory leakage? ..

Answer / ukumar

after long time scrit execution , we r getting memory
leakage issue.
why it happens?bcoz using a variableif memory will not free
or released , it will create memory leakage.

there is no chance of memory leakage ,if dynamic memory
allocation occurs.

Is This Answer Correct ?    2 Yes 0 No

what is memory leakage? ..

Answer / naren(9845455756)

in stress testing we try with abnormal inputs to test the
stability of our paplication for a long time.
a buffer overflow occurs when a program or process trys to
store more data in a buffer than it was intended to hold.
since buffer are crated to contain a finite amount of
data,the extra information which has to go some where,can
over flow into adjacent buffer.

Is This Answer Correct ?    3 Yes 2 No

what is memory leakage? ..

Answer / mangai

When a system does not correctly manage its memory
allocations, it is said to leak memory. A memory leak is a
bug. Symptoms can include reduced performance and failure.

Is This Answer Correct ?    4 Yes 3 No

what is memory leakage? ..

Answer / swapnali

when you allocate memory for any object and do not
deallocate that memory then memory leakage occure

Is This Answer Correct ?    1 Yes 0 No

what is memory leakage? ..

Answer / vanshika

A MEMORY LEAKAGE IS THE GRADUAL LOSS OF AVIABLE MEMORY . WHEN A PROGRAM REPETDLY FAILS TO RETURN MEMORY THAT IS ODTAINED FROM FOR TEMPORARY USE .

Is This Answer Correct ?    1 Yes 0 No

what is memory leakage? ..

Answer / vikram

memory lak ocurs when a program consumes memory but is
unable to release it back to operating sysrem.
It happens when you allocate memory for something and you
forget to free that memory after usage.

Is This Answer Correct ?    1 Yes 0 No

what is memory leakage? ..

Answer / vens

When the application or program is running, dynamically some memory will be using,After completion of execution a program or application the corresponding memory should be free. Otherwise when next time execute of application getting errors.(because memory is already full).this is called memory leakage.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you

0 Answers  


what about f2&f6 function keys

1 Answers  


how can i count the number of links???

2 Answers  


Wt is the difference between Business Component and scripted component?

1 Answers   BSL,


in Qtp,how to display user name and pwd (script)in data table(global sheet).

2 Answers  


can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...

1 Answers   FSS,


how many wayes we do the parameterization?

1 Answers  


How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?

3 Answers  


After creating testcases, how do you start testing in QTP? what methodology will follow?

7 Answers   Actran, American Well,


what is the diff b/w assistive and mandatary rules of object repository in QTP???

0 Answers  


How to compare 2 excel files using QTP? How to compare 2 PDF files using QTP?

1 Answers  


Wat is the command used to add an object(properties) to an object repository?

2 Answers   Virtusa,


Categories