memspy/Driver/Kernel/Include/MemSpyDriverHeapStatistics.h
branchRCL_3
changeset 20 ca8a1b6995f6
parent 0 a03f92240627
child 21 52e343bb8f80
equal deleted inserted replaced
19:07b41fa8d1dd 20:ca8a1b6995f6
    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;
    73 
    74 
    74     // The slace space at the end of the heap
    75     // The slace space at the end of the heap
    75     TUint iSlackSpace;
    76     TUint iSlackSpace;
    76 
    77 
    77     // The address of the slack space cell
    78     // The address of the slack space cell
    91 
    92 
    92     // The address of the largest allocated cell
    93     // The address of the largest allocated cell
    93     TLinAddr iLargestCellAddressAlloc;
    94     TLinAddr iLargestCellAddressAlloc;
    94    
    95    
    95     // The overhead associated with an allocated cell (header length)
    96     // The overhead associated with an allocated cell (header length)
    96     TUint iAllocCellOverheadHeaderLength;
    97     //TUint iAllocCellOverheadHeaderLength;
       
    98 	TUint iReserved2;
    97 
    99 
    98 public: // Common
   100 public: // Common
    99 
   101 
   100     // The total amount of allocated space in the heap
   102     // The total amount of allocated space in the heap
   101     TUint iTotalAllocSpace;
   103     TUint iTotalAllocSpace;