On 11/03/2010 09:49 AM, Roberto Riggio wrote:
> Hi,
> 
> how would you track a memory leak in a kernel module? Is there
> something equivalent to valgrind for kernel debugging?
[...]

A not very efficient way might be /proc/slabinfo. There you can find the
allocation size of the leak and this might be helpful to pin-out the
buffer in question.

regards,
Nikos
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to