analyzetool/dynamicmemoryhook/inc/analyzetoolmainallocator.inl
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
    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     }
    20   
    30   
    21 // -----------------------------------------------------------------------------
    31 // -----------------------------------------------------------------------------
    22 // RAnalyzeToolMainAllocator::Codeblocks()
    32 // RAnalyzeToolMainAllocator::Codeblocks()
    23 // Acquires reference to process used codeblocks
    33 // Acquires reference to process used codeblocks
    24 // -----------------------------------------------------------------------------
    34 // -----------------------------------------------------------------------------
    57     {
    67     {
    58     return iAnalyzeTool;
    68     return iAnalyzeTool;
    59     }
    69     }
    60 
    70 
    61 // -----------------------------------------------------------------------------
    71 // -----------------------------------------------------------------------------
       
    72 // RAnalyzeToolMainAllocator::StorageServerOpen()
       
    73 // Acquires the iStorageServerOpen variable
       
    74 // -----------------------------------------------------------------------------
       
    75 //
       
    76 inline TBool RAnalyzeToolMainAllocator::StorageServerOpen()
       
    77     {
       
    78     return iStorageServerOpen;
       
    79     }
       
    80 
       
    81 // -----------------------------------------------------------------------------
    62 // RAnalyzeToolMainAllocator::LogOption()
    82 // RAnalyzeToolMainAllocator::LogOption()
    63 // Acquires the iLogOption variable
    83 // Acquires the iLogOption variable
    64 // -----------------------------------------------------------------------------
    84 // -----------------------------------------------------------------------------
    65 //
    85 //
    66 inline TUint32 RAnalyzeToolMainAllocator::LogOption()
    86 inline TUint32 RAnalyzeToolMainAllocator::LogOption()
    84 //
   104 //
    85 inline TUint32 RAnalyzeToolMainAllocator::FreeMaxCallStack()
   105 inline TUint32 RAnalyzeToolMainAllocator::FreeMaxCallStack()
    86     {
   106     {
    87     return iFreeMaxCallStack;
   107     return iFreeMaxCallStack;
    88     }
   108     }
    89 
       
    90 // -----------------------------------------------------------------------------
       
    91 // RAnalyzeToolMainAllocator::LogFile()
       
    92 // Acquires the iLogFile variable
       
    93 // -----------------------------------------------------------------------------
       
    94 //
       
    95 inline RATFileLog& RAnalyzeToolMainAllocator::LogFile()
       
    96 	{
       
    97 	return iLogFile;
       
    98 	}
       
    99 // End of File
   109 // End of File