memspy/Driver/Kernel/Include/MemSpyDriverHeapStatistics.h
branchRCL_3
changeset 21 52e343bb8f80
parent 20 ca8a1b6995f6
--- a/memspy/Driver/Kernel/Include/MemSpyDriverHeapStatistics.h	Tue Aug 31 16:45:49 2010 +0300
+++ b/memspy/Driver/Kernel/Include/MemSpyDriverHeapStatistics.h	Wed Sep 01 12:37:10 2010 +0100
@@ -69,8 +69,7 @@
     TUint iLargestCellAddressFreePrevious;
 
     // The overhead associated with a free cell (header length)
-    //TUint iFreeCellOverheadHeaderLength;
-	TUint iReserved1;
+    TUint iFreeCellOverheadHeaderLength;
 
     // The slace space at the end of the heap
     TUint iSlackSpace;
@@ -94,8 +93,7 @@
     TLinAddr iLargestCellAddressAlloc;
    
     // The overhead associated with an allocated cell (header length)
-    //TUint iAllocCellOverheadHeaderLength;
-	TUint iReserved2;
+    TUint iAllocCellOverheadHeaderLength;
 
 public: // Common