hi all,
i know this is not directly related to drivers, still i try.
i have an LSP (and a driver). I want to check out the LSP for memory leaks.
can application verifier help me in this?
regards,
B
hi all,
i know this is not directly related to drivers, still i try.
i have an LSP (and a driver). I want to check out the LSP for memory leaks.
can application verifier help me in this?
regards,
B
I don’t really know, but I guess my observation would be that I have
never really heard of anyone using it, so that would make me wonder.
Hopefully, someone here can give you better information.
Good luck,
mm
Bedanto wrote:
hi all,
i know this is not directly related to drivers, still i try.
i have an LSP (and a driver). I want to check out the LSP for memory
leaks. can application verifier help me in this?regards,
B
Write your own wrappers around HeapAlloc/malloc which will do this check.
–
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
“Bedanto” wrote in message news:xxxxx@ntdev…
> hi all,
>
> i know this is not directly related to drivers, still i try.
>
> i have an LSP (and a driver). I want to check out the LSP for memory leaks.
> can application verifier help me in this?
>
> regards,
>
> B
>
You may try a tool called UMDH. It comes with windbg installation.
Chandra
On Dec 12, 2007 7:16 AM, Maxim S. Shatskih wrote:
> Write your own wrappers around HeapAlloc/malloc which will do this
> check.
>
> –
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> xxxxx@storagecraft.com
> http://www.storagecraft.com
>
> “Bedanto” wrote in message news:xxxxx@ntdev…
> > hi all,
> >
> > i know this is not directly related to drivers, still i try.
> >
> > i have an LSP (and a driver). I want to check out the LSP for memory
> leaks.
> > can application verifier help me in this?
> >
> > regards,
> >
> > B
> >
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>