memspy/Driver/Shared/MemSpyDriverObjectsInternal.h
changeset 30 86a2e675b80a
parent 0 a03f92240627
child 44 52e343bb8f80
--- a/memspy/Driver/Shared/MemSpyDriverObjectsInternal.h	Mon Jun 14 11:37:33 2010 +0300
+++ b/memspy/Driver/Shared/MemSpyDriverObjectsInternal.h	Mon Jun 28 15:36:07 2010 +0300
@@ -33,8 +33,7 @@
     {
 public:
     inline TMemSpyDriverInternalHeapRequestParameters()
-        : iTid( 0 ), iRHeapVTable( 0 ), iBuildFreeCellList( EFalse ), iDebugAllocator( EFalse ), 
-          iMasterInfo( NULL )
+        : iTid(0), iRHeapVTable(0), iBuildFreeCellList(EFalse), iBuildAllocCellList(EFalse), iDebugAllocator(EFalse), iMasterInfo(NULL)
         {
         }
 
@@ -42,6 +41,7 @@
     TUint iTid;
     TUint32 iRHeapVTable;
     TBool iBuildFreeCellList;
+	TBool iBuildAllocCellList;
 
 public: // Params IN or OUT (IN in User heap requests, OUT in Kernel heap requests)
     TBool iDebugAllocator;