Detecting kernel memory leaks
Detecting kernel memory leaks
Posted Jun 28, 2009 23:29 UTC (Sun) by epa (subscriber, #39769)In reply to: Detecting kernel memory leaks by dlang
Parent article: Detecting kernel memory leaks
By 'looking like a pointer' I mean 'likely to confuse the garbage collector into thinking it is a pointer to addressable memory'. That then causes any allocated space at that address not to be freed.
