memspy/Driver/Kernel/Include/MemSpyDriverHeapStatistics.h
branchRCL_3
changeset 21 52e343bb8f80
parent 20 ca8a1b6995f6
equal deleted inserted replaced
20:ca8a1b6995f6 21:52e343bb8f80
    67 
    67 
    68     // The previous address of the largest free cell
    68     // The previous address of the largest free cell
    69     TUint iLargestCellAddressFreePrevious;
    69     TUint iLargestCellAddressFreePrevious;
    70 
    70 
    71     // The overhead associated with a free cell (header length)
    71     // The overhead associated with a free cell (header length)
    72     //TUint iFreeCellOverheadHeaderLength;
    72     TUint iFreeCellOverheadHeaderLength;
    73 	TUint iReserved1;
       
    74 
    73 
    75     // The slace space at the end of the heap
    74     // The slace space at the end of the heap
    76     TUint iSlackSpace;
    75     TUint iSlackSpace;
    77 
    76 
    78     // The address of the slack space cell
    77     // The address of the slack space cell
    92 
    91 
    93     // The address of the largest allocated cell
    92     // The address of the largest allocated cell
    94     TLinAddr iLargestCellAddressAlloc;
    93     TLinAddr iLargestCellAddressAlloc;
    95    
    94    
    96     // The overhead associated with an allocated cell (header length)
    95     // The overhead associated with an allocated cell (header length)
    97     //TUint iAllocCellOverheadHeaderLength;
    96     TUint iAllocCellOverheadHeaderLength;
    98 	TUint iReserved2;
       
    99 
    97 
   100 public: // Common
    98 public: // Common
   101 
    99 
   102     // The total amount of allocated space in the heap
   100     // The total amount of allocated space in the heap
   103     TUint iTotalAllocSpace;
   101     TUint iTotalAllocSpace;