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