memspy/Driver/User/Include/RBuildQueryableHeap.h
branchRCL_3
changeset 18 3406c99bc375
parent 0 a03f92240627
equal deleted inserted replaced
16:8f8df8006c40 18:3406c99bc375
    28 class RBuildQueryableHeap : public RHeap
    28 class RBuildQueryableHeap : public RHeap
    29     {
    29     {
    30 public: // API
    30 public: // API
    31     TBool IsDebugEUser() const;
    31     TBool IsDebugEUser() const;
    32     TInt CellHeaderSize( TMemSpyDriverCellType aType ) const;
    32     TInt CellHeaderSize( TMemSpyDriverCellType aType ) const;
    33 
       
    34 public: // Exposure of RHeap protected data members
       
    35     inline TInt MinCellSize() const
       
    36         {
       
    37         return iMinCell;
       
    38         }
       
    39 
       
    40     };
    33     };
    41 
    34 
    42 
    35 
    43 
    36 
    44 #endif
    37 #endif