> 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.


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to