> Is there any tool which can help me with debugging memory leak inThanks for the tip. I am already using slabs for some of the allocation. I was talking about kmalloc allocation tracking.
> 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.