Dealing with Leaks
Dealing with Leaks. What is a resource leak ?. Repeated allocation of a resource without timely deallocation Probable resources: memory virtual memory, non-paged pool memory address space OS objects / handles files, threads, events, semaphores, sockets, windows, timers, etc. disk space
521 views • 29 slides