analyzetool/dynamicmemoryhook/inc/analyzetoolmainallocator.inl
branchRCL_3
changeset 49 7fdc9a71d314
parent 19 da2cedce4920
child 59 8ad140f3dd41
equal deleted inserted replaced
46:e26895079d7c 49:7fdc9a71d314
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "analyzetoolmemoryallocator.h"
    19 #include "analyzetoolmemoryallocator.h"
    20 
       
    21 // -----------------------------------------------------------------------------
       
    22 // RAnalyzeToolMainAllocator::StorageServer()
       
    23 // Acquires reference to open RATStorageServer
       
    24 // -----------------------------------------------------------------------------
       
    25 //
       
    26 inline RATStorageServer& RAnalyzeToolMainAllocator::StorageServer()
       
    27     {
       
    28     return iStorageServer;
       
    29     }
       
    30   
    20   
    31 // -----------------------------------------------------------------------------
    21 // -----------------------------------------------------------------------------
    32 // RAnalyzeToolMainAllocator::Codeblocks()
    22 // RAnalyzeToolMainAllocator::Codeblocks()
    33 // Acquires reference to process used codeblocks
    23 // Acquires reference to process used codeblocks
    34 // -----------------------------------------------------------------------------
    24 // -----------------------------------------------------------------------------
    67     {
    57     {
    68     return iAnalyzeTool;
    58     return iAnalyzeTool;
    69     }
    59     }
    70 
    60 
    71 // -----------------------------------------------------------------------------
    61 // -----------------------------------------------------------------------------
    72 // RAnalyzeToolMainAllocator::StorageServerOpen()
       
    73 // Acquires the iStorageServerOpen variable
       
    74 // -----------------------------------------------------------------------------
       
    75 //
       
    76 inline TBool RAnalyzeToolMainAllocator::StorageServerOpen()
       
    77     {
       
    78     return iStorageServerOpen;
       
    79     }
       
    80 
       
    81 // -----------------------------------------------------------------------------
       
    82 // RAnalyzeToolMainAllocator::LogOption()
    62 // RAnalyzeToolMainAllocator::LogOption()
    83 // Acquires the iLogOption variable
    63 // Acquires the iLogOption variable
    84 // -----------------------------------------------------------------------------
    64 // -----------------------------------------------------------------------------
    85 //
    65 //
    86 inline TUint32 RAnalyzeToolMainAllocator::LogOption()
    66 inline TUint32 RAnalyzeToolMainAllocator::LogOption()
   104 //
    84 //
   105 inline TUint32 RAnalyzeToolMainAllocator::FreeMaxCallStack()
    85 inline TUint32 RAnalyzeToolMainAllocator::FreeMaxCallStack()
   106     {
    86     {
   107     return iFreeMaxCallStack;
    87     return iFreeMaxCallStack;
   108     }
    88     }
       
    89 
       
    90 // -----------------------------------------------------------------------------
       
    91 // RAnalyzeToolMainAllocator::LogFile()
       
    92 // Acquires the iLogFile variable
       
    93 // -----------------------------------------------------------------------------
       
    94 //
       
    95 inline RATFileLog& RAnalyzeToolMainAllocator::LogFile()
       
    96 	{
       
    97 	return iLogFile;
       
    98 	}
   109 // End of File
    99 // End of File