diff -r 36d60d12b4af -r 819e59dfc032 perfapps/memspyui/ui/avkon/inc/MemSpyViewKernelHeap.h --- a/perfapps/memspyui/ui/avkon/inc/MemSpyViewKernelHeap.h Fri Sep 17 14:22:55 2010 +0300 +++ b/perfapps/memspyui/ui/avkon/inc/MemSpyViewKernelHeap.h Mon Oct 04 10:09:02 2010 +0300 @@ -58,15 +58,15 @@ private: // Internal methods //CDesCArrayFlat* FormatModel( RArray &aHeap ); - CDesCArrayFlat* FormatModel( CMemSpyApiHeap* aHeap ); - HBufC* FormatItem( const TDesC& aCaption, const TDesC& aValue ); - HBufC* FormatItem( const TDesC& aCaption, TInt aValue ); - HBufC* FormatItem( const TDesC& aCaption, TUint aValue ); - HBufC* FormatItem( const TDesC& aCaption, const TInt64& aValue ); - HBufC* FormatItem( const TDesC& aCaption, TAny* aValue ); - HBufC* FormatItem( const TDesC& aCaption, TUint* aValue ); - HBufC* FormatItem( const TDesC& aCaption, TUint8* aValue ); - HBufC* FormatPercentageItem( const TDesC& aCaption, TReal aOneHundredPercentValue, TReal aValue ); + CDesCArrayFlat* FormatModelLC( CMemSpyApiHeap* aHeap ); + HBufC* FormatItemLC( const TDesC& aCaption, const TDesC& aValue ); + HBufC* FormatItemLC( const TDesC& aCaption, TInt aValue ); + HBufC* FormatItemLC( const TDesC& aCaption, TUint aValue ); + HBufC* FormatItemLC( const TDesC& aCaption, const TInt64& aValue ); + HBufC* FormatItemLC( const TDesC& aCaption, TAny* aValue ); + HBufC* FormatItemLC( const TDesC& aCaption, TUint* aValue ); + HBufC* FormatItemLC( const TDesC& aCaption, TUint8* aValue ); + HBufC* FormatPercentageItemLC( const TDesC& aCaption, TReal aOneHundredPercentValue, TReal aValue ); private: // Data members };