diff -r 7fdc9a71d314 -r 8ad140f3dd41 analyzetool/commandlineengine/inc/catallocs.h --- a/analyzetool/commandlineengine/inc/catallocs.h Wed Sep 15 13:53:27 2010 +0300 +++ b/analyzetool/commandlineengine/inc/catallocs.h Wed Oct 13 16:17:58 2010 +0300 @@ -40,25 +40,13 @@ * Alloc header message (multimessage call stack). * @param sAllocHString allocation string */ - void AllocH( const string& sAllocHString, const string& aTimeString ); + void AllocH( const string& sAllocHString ); /* * Alloc fragment message (fragment of call stack in multimessage alloc). * @param sAllocFString allocation string */ - 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 ); + void AllocF( const string& sAllocFString ); /** * Free message. @@ -71,14 +59,14 @@ * (not implemented yeat.) * @param sFreeHString string */ - void FreeH( const string& sFreeHString, const string& aTimeString ); + void FreeH( const string& sFreeHString ); /** * Free fragment message. * (not implemented yeat.) * @param sFreeFString string */ - void FreeF( const string& sFreeFString, const string& aTimeString ); + void FreeF( const string& sFreeFString ); /** * Get "leak" list ordered by allocation time.