Hi

I can use pool tags to track memory leaks, but how can i know
the total physical & virtual memory occupied by a driver?
(is it the sum of all tags? or there is another way?)

Thanks

Re: Total memory occupied by a driver by Don

Don
Thu Aug 11 08:22:55 CDT 2005

There is no good way. You can use pooltags (or the verifier can track the
memory usage for you) for allocated memory. You can use !drivers in the
debugger to get the info on the driver itself. You cannot easily account
for things like driver objects, device objects and other things the kernel
does for the driver.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply



"Omer" <Omerb99@gmail.com> wrote in message
news:1123765178.676759.226260@g44g2000cwa.googlegroups.com...
> Hi
>
> I can use pool tags to track memory leaks, but how can i know
> the total physical & virtual memory occupied by a driver?
> (is it the sum of all tags? or there is another way?)
>
> Thanks
>