| Memory Debugger |
Article Index for Memory |
Website Links For Memory |
Information AboutMemory Debugger |
| CATEGORIES ABOUT MEMORY DEBUGGER | |
| memory management software | |
|
A memory debugger is a Programming Tool for finding Memory Leak s and Buffer Overflow s. These are due to Bugs related to the allocation and deallocation of Dynamic Memory . Programs written in languages that have Garbage Collection , such as Managed Code might also need memory debuggers, e.g. for memory leaks due to "living" references in collections. EXAMPLES This is a list of Tools useful for memory debugging. A Profiler can be used in conjunction with a memory debugger.
SEE ALSO REFERENCES
EXTERNAL LINKS
|
|
|