equal
deleted
inserted
replaced
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 ), iDebugAllocator( EFalse ), |
36 : iTid(0), iRHeapVTable(0), iBuildFreeCellList(EFalse), iBuildAllocCellList(EFalse), iDebugAllocator(EFalse), iMasterInfo(NULL) |
37 iMasterInfo( NULL ) |
|
38 { |
37 { |
39 } |
38 } |
40 |
39 |
41 public: // Params IN |
40 public: // Params IN |
42 TUint iTid; |
41 TUint iTid; |
43 TUint32 iRHeapVTable; |
42 TUint32 iRHeapVTable; |
44 TBool iBuildFreeCellList; |
43 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 |