Results 1 to 1 of 1
I have written a program that runs as a loadable kernel module. I would like to do a memory leak test on it. How to find the memory used by ...
- 09-09-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 3
Running memory leak test on a kernel module
I have written a program that runs as a loadable kernel module. I would like to do a memory leak test on it. How to find the memory used by this module alone?
Is there any means to check the memory usage after the init of this module and just before doing rmmod?
Thanks in Advance
neolaser


Reply With Quote