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 |
| 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 them | defect in handling stress and unusual situations | |||
| memory leak | a computer to perform poorly or even run out of memory | A situation in which a program requests memory but does not release it when it is no longer needed | inappropriate management of resources | running a program for an extended period, and using a utility that indicates the amount of memory being used | programs written in C, C++ and certain other languages |
Next inappropriate management of resources: defect in the process of recovering from a crash Up: inappropriate management of resources