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 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 are the structure-based (white-box) testing techniques?

1148


The purpose of which is to allow specific tests to be carried out on a system or network that resembles as closely as possible the environment where the item under test will be used upon release?

1190


What is variable trace?

1119


Do you know what the mean of cmm and tmm?

1114


What is the benefit of test independence?

1148


What are the emerging trends in the testing and QA arena?

2383


Explain cause-effect graphing?

1060


What is non-intrusive testing?

1193


Explain what the meaning of code walk through is?

1061


I need to learn everything I can about the SDLC. What is the best online resource?

1285


What are the benefits of independent testing?

1123


What is dynamic testing?

1084


Explain test plan?

1128


Explain 3 high priority test cases for the performance of MSN search engine.

1195


What is the mission of testing?

1084