perfapps/memspyui/ui/avkon/inc/MemSpyViewKernelHeap.h
changeset 53 819e59dfc032
parent 51 b048e15729d6
equal deleted inserted replaced
52:36d60d12b4af 53:819e59dfc032
    56 private: // Command handlers
    56 private: // Command handlers
    57     void OnCmdDumpKernelHeapL();
    57     void OnCmdDumpKernelHeapL();
    58 
    58 
    59 private: // Internal methods
    59 private: // Internal methods
    60     //CDesCArrayFlat* FormatModel( RArray<CMemSpyApiHeap*> &aHeap );
    60     //CDesCArrayFlat* FormatModel( RArray<CMemSpyApiHeap*> &aHeap );
    61     CDesCArrayFlat* FormatModel( CMemSpyApiHeap* aHeap );
    61     CDesCArrayFlat* FormatModelLC( CMemSpyApiHeap* aHeap );
    62     HBufC* FormatItem( const TDesC& aCaption, const TDesC& aValue );
    62     HBufC* FormatItemLC( const TDesC& aCaption, const TDesC& aValue );
    63     HBufC* FormatItem( const TDesC& aCaption, TInt aValue );
    63     HBufC* FormatItemLC( const TDesC& aCaption, TInt aValue );
    64     HBufC* FormatItem( const TDesC& aCaption, TUint aValue );
    64     HBufC* FormatItemLC( const TDesC& aCaption, TUint aValue );
    65     HBufC* FormatItem( const TDesC& aCaption, const TInt64& aValue );
    65     HBufC* FormatItemLC( const TDesC& aCaption, const TInt64& aValue );
    66     HBufC* FormatItem( const TDesC& aCaption, TAny* aValue );
    66     HBufC* FormatItemLC( const TDesC& aCaption, TAny* aValue );
    67     HBufC* FormatItem( const TDesC& aCaption, TUint* aValue );
    67     HBufC* FormatItemLC( const TDesC& aCaption, TUint* aValue );
    68     HBufC* FormatItem( const TDesC& aCaption, TUint8* aValue );
    68     HBufC* FormatItemLC( const TDesC& aCaption, TUint8* aValue );
    69     HBufC* FormatPercentageItem( const TDesC& aCaption, TReal aOneHundredPercentValue, TReal aValue );
    69     HBufC* FormatPercentageItemLC( const TDesC& aCaption, TReal aOneHundredPercentValue, TReal aValue );
    70 
    70 
    71 private: // Data members
    71 private: // Data members
    72     };
    72     };
    73 
    73 
    74 
    74