analyzetool/commandlineengine/inc/catallocs.h
branchRCL_3
changeset 49 7fdc9a71d314
parent 19 da2cedce4920
child 59 8ad140f3dd41
--- a/analyzetool/commandlineengine/inc/catallocs.h	Wed Sep 15 00:19:18 2010 +0300
+++ b/analyzetool/commandlineengine/inc/catallocs.h	Wed Sep 15 13:53:27 2010 +0300
@@ -40,13 +40,25 @@
 	* Alloc header message (multimessage call stack).
 	* @param sAllocHString allocation string
 	*/
-	void AllocH( const string& sAllocHString );
+	void AllocH( const string& sAllocHString, const string& aTimeString );
 
 	/*
 	* Alloc fragment message (fragment of call stack in multimessage alloc).
 	* @param sAllocFString allocation string
 	*/
-	void AllocF( const string& sAllocFString );
+	void AllocF( const string& sAllocFString, const string& aTimeString );
+
+    /*
+	* Realloc header message (multimessage call stack).
+	* @param sReallocHString allocation string
+	*/
+	void ReallocH( const string& sReallocHString, const string& aTimeString );
+
+	/*
+	* Relloc fragment message (fragment of call stack in multimessage alloc).
+	* @param sReallocFString allocation string
+	*/
+	void ReallocF( const string& sReallocFString, const string& aTimeString );
 
 	/**
 	* Free message.
@@ -59,14 +71,14 @@
 	* (not implemented yeat.)
 	* @param sFreeHString string
 	*/
-	void FreeH( const string& sFreeHString );
+	void FreeH( const string& sFreeHString, const string& aTimeString );
 
 	/**
 	* Free fragment message.
 	* (not implemented yeat.)
 	* @param sFreeFString string
 	*/
-	void FreeF( const string& sFreeFString );
+	void FreeF( const string& sFreeFString, const string& aTimeString );
 
 	/**
 	* Get "leak" list ordered by allocation time.