I have some memory related questions:
1. Is the object and handle allocated from paged/nonpaged pool? If yes, any
tag will be there to track?
2. Can any allocation be there in paged/nonpaged memory without tag (even
without wdm/ddk tag)?
3. If any handle/object leakage is there, can we catch this with Driver
Verfier? I saw that Driver verfier could not find one object leakage (I
selected only my driver in Driver Verifier). Or should I select any microsoft
driver to catch this?
4. If I map user buffer to a kernel addres space, does it map to the paged
memory address or some where else? If yes, does it have any tag?
Regards,
Deepakumar