analyzetool/commandlineengine/inc/catallocs.h
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
    38 
    38 
    39 	/*
    39 	/*
    40 	* Alloc header message (multimessage call stack).
    40 	* Alloc header message (multimessage call stack).
    41 	* @param sAllocHString allocation string
    41 	* @param sAllocHString allocation string
    42 	*/
    42 	*/
    43 	void AllocH( const string& sAllocHString, const string& aTimeString );
    43 	void AllocH( const string& sAllocHString );
    44 
    44 
    45 	/*
    45 	/*
    46 	* Alloc fragment message (fragment of call stack in multimessage alloc).
    46 	* Alloc fragment message (fragment of call stack in multimessage alloc).
    47 	* @param sAllocFString allocation string
    47 	* @param sAllocFString allocation string
    48 	*/
    48 	*/
    49 	void AllocF( const string& sAllocFString, const string& aTimeString );
    49 	void AllocF( const string& sAllocFString );
    50 
       
    51     /*
       
    52 	* Realloc header message (multimessage call stack).
       
    53 	* @param sReallocHString allocation string
       
    54 	*/
       
    55 	void ReallocH( const string& sReallocHString, const string& aTimeString );
       
    56 
       
    57 	/*
       
    58 	* Relloc fragment message (fragment of call stack in multimessage alloc).
       
    59 	* @param sReallocFString allocation string
       
    60 	*/
       
    61 	void ReallocF( const string& sReallocFString, const string& aTimeString );
       
    62 
    50 
    63 	/**
    51 	/**
    64 	* Free message.
    52 	* Free message.
    65 	* @param sFreeString string
    53 	* @param sFreeString string
    66 	*/
    54 	*/
    69 	/**
    57 	/**
    70 	* Free header message.
    58 	* Free header message.
    71 	* (not implemented yeat.)
    59 	* (not implemented yeat.)
    72 	* @param sFreeHString string
    60 	* @param sFreeHString string
    73 	*/
    61 	*/
    74 	void FreeH( const string& sFreeHString, const string& aTimeString );
    62 	void FreeH( const string& sFreeHString );
    75 
    63 
    76 	/**
    64 	/**
    77 	* Free fragment message.
    65 	* Free fragment message.
    78 	* (not implemented yeat.)
    66 	* (not implemented yeat.)
    79 	* @param sFreeFString string
    67 	* @param sFreeFString string
    80 	*/
    68 	*/
    81 	void FreeF( const string& sFreeFString, const string& aTimeString );
    69 	void FreeF( const string& sFreeFString );
    82 
    70 
    83 	/**
    71 	/**
    84 	* Get "leak" list ordered by allocation time.
    72 	* Get "leak" list ordered by allocation time.
    85 	* @param vLeakList container where leaks stored
    73 	* @param vLeakList container where leaks stored
    86 	*/
    74 	*/