memspy/Driver/Shared/MemSpyDriverObjectsInternal.h
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
    31 
    31 
    32 class TMemSpyDriverInternalHeapRequestParameters
    32 class TMemSpyDriverInternalHeapRequestParameters
    33     {
    33     {
    34 public:
    34 public:
    35     inline TMemSpyDriverInternalHeapRequestParameters()
    35     inline TMemSpyDriverInternalHeapRequestParameters()
    36         : iTid(0), iRHeapVTable(0), iBuildFreeCellList(EFalse), iBuildAllocCellList(EFalse), iDebugAllocator(EFalse), iMasterInfo(NULL)
    36         : iTid( 0 ), iRHeapVTable( 0 ), iBuildFreeCellList( EFalse ), iDebugAllocator( EFalse ), 
       
    37           iMasterInfo( NULL )
    37         {
    38         {
    38         }
    39         }
    39 
    40 
    40 public: // Params IN
    41 public: // Params IN
    41     TUint iTid;
    42     TUint iTid;
    42     TUint32 iRHeapVTable;
    43     TUint32 iRHeapVTable;
    43     TBool iBuildFreeCellList;
    44     TBool iBuildFreeCellList;
    44 	TBool iBuildAllocCellList;
       
    45 
    45 
    46 public: // Params IN or OUT (IN in User heap requests, OUT in Kernel heap requests)
    46 public: // Params IN or OUT (IN in User heap requests, OUT in Kernel heap requests)
    47     TBool iDebugAllocator;
    47     TBool iDebugAllocator;
    48 
    48 
    49 public: // Params IN and OUT
    49 public: // Params IN and OUT