Thanos McAtos <[EMAIL PROTECTED]> wrote: > Is there any tool which can help me with debugging memory leak in > kernel module ? > If you use fix-sized memory objects, you can use kmem_caches, which will detect memory leaks when you try to destruct them. Thanks for the tip. I am already using slabs for some of the allocation. I was talking about kmalloc allocation tracking.
- Detecting Memory Leak Talib Alium
- Re: Detecting Memory Leak Thanos McAtos
- Re: Detecting Memory Leak Talib Alium
- Re: Detecting Memory Leak Ye ilho
