Re: Dump HeapWalk entries
2 Mar
2005
2 Mar
'05
5:23 p.m.
On Wed, Mar 02, 2005 at 05:52:45PM +0100, Uwe Bonnes wrote:
+ if ((entry->wFlags & PROCESS_HEAP_ENTRY_BUSY ) + && (entry->wFlags & PROCESS_HEAP_ENTRY_MOVEABLE)) + { + /* Treat as block */ + DPRINTF( "BLOCK->hMem\t\t:%08lx\n", (DWORD)entry->u.Block.hMem); + }
Please don't introduce _another_ style of brackets, just use the one that's used in the file. Should be either: if (....) { .... } or if (....) { .... } -- Dimi.
7591
Age (days ago)
7591
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dimitrie O. Paun