commands/leak/leak.h
changeset 31 d0e1c40de386
parent 0 7f656887cf89
--- a/commands/leak/leak.h	Thu Aug 12 16:38:42 2010 +0100
+++ b/commands/leak/leak.h	Fri Aug 13 13:09:59 2010 +0100
@@ -12,6 +12,8 @@
 
 #include <fshell/ioutils.h>
 
+class RLoggingAllocator;
+
 using namespace IoUtils;
 
 class CCmdLeak : public CCommandBase
@@ -37,9 +39,12 @@
 	TUint iHeapAddr;
 	TBool iUseHeap;
 	TBool iRetry;
+	TBool iUseLoggingAllocator;
 
 	RChunk iChunk;
 	RAllocator* iChunkHeap;
+	RLoggingAllocator* iLoggingAllocator;
+	RAllocator* iAllocatorToUse;
 
 	TInt iCurrentLeak;
 	};