Object Oriented Software Engineering   View all facts   Glossary   Help
subject > problem > defect > defect in handling stress and unusual situations > inappropriate management of resources > memory leak
Next inappropriate management of resourcesdefect in the process of recovering from a crash    Upinappropriate management of resources

memory leak comparison table
Subject cause has definition is a kind of detect by occur in
inappropriate management of resources A defect that occurs when a program uses certain resources but does not make them available to other programs when it no longer needs themdefect in handling stress and unusual situations
  • running the system intensively
  • suppling the system with a very large amount of input
  • running many copies of the system
  • running the system on a computer or network that is busy running other systems
  • running the system in atypical environments
 
memory leaka computer to perform poorly or even run out of memoryA situation in which a program requests memory but does not release it when it is no longer neededinappropriate management of resourcesrunning a program for an extended period, and using a utility that indicates the amount of memory being usedprograms written in C, C++ and certain other languages

Next inappropriate management of resourcesdefect in the process of recovering from a crash    Upinappropriate management of resources