Does exist some free tool which displays memory blocks allocated by some process ? I need something for debugging purposes - I have debug version of investigated application. Thanks, Peter
Hi Peter, I would suggest you to use HeapWalk() API for traversing the heap. This API is not available on CE. regards Karthikeyan "Peter" wrote: > Does exist some free tool which displays memory blocks allocated by some > process ? > I need something for debugging purposes - I have debug version of > investigated application. > > Thanks, > Peter
HeapWalk() does not seem to traverse memory that a process allocates with new or malloc? how can I walk that "heap"? thanks, stan Karthikeyan Mahadevan wrote: > Hi Peter, > > I would suggest you to use HeapWalk() API for traversing the heap. This API > is not available on CE. > > regards > Karthikeyan > > "Peter" wrote: > >> Does exist some free tool which displays memory blocks allocated by some >> process ? >> I need something for debugging purposes - I have debug version of >> investigated application. >> >> Thanks, >> Peter