diff -r b58b1294947a -r 1ea875759131 memspy/Driver/Kernel/Include/MemSpyDriverHeapStatistics.h --- a/memspy/Driver/Kernel/Include/MemSpyDriverHeapStatistics.h Mon Jun 21 22:45:06 2010 +0100 +++ b/memspy/Driver/Kernel/Include/MemSpyDriverHeapStatistics.h Thu Jul 22 16:50:07 2010 +0100 @@ -69,7 +69,8 @@ TUint iLargestCellAddressFreePrevious; // The overhead associated with a free cell (header length) - TUint iFreeCellOverheadHeaderLength; + //TUint iFreeCellOverheadHeaderLength; + TUint iReserved1; // The slace space at the end of the heap TUint iSlackSpace; @@ -93,7 +94,8 @@ TLinAddr iLargestCellAddressAlloc; // The overhead associated with an allocated cell (header length) - TUint iAllocCellOverheadHeaderLength; + //TUint iAllocCellOverheadHeaderLength; + TUint iReserved2; public: // Common