memspy/MemSpyClient/inc/memspyheapdata.h
changeset 34 7259cf1302ad
parent 17 67c6ff54ec25
equal deleted inserted replaced
33:0d72cc2a29a3 34:7259cf1302ad
    37 		}
    37 		}
    38 	
    38 	
    39 public:
    39 public:
    40 	TBuf<KBuf> iType;
    40 	TBuf<KBuf> iType;
    41 	TUint iSize;
    41 	TUint iSize;
    42 	TUint8 iBaseAddress;
    42 	TLinAddr iBaseAddress;
    43 	TBool iShared;
    43 	TBool iShared;
    44 	TUint iChunkSize;
    44 	TUint iChunkSize;
    45 	TUint iAllocationsCount;
    45 	TUint iAllocationsCount;
    46 	TUint iFreeCount;
    46 	TUint iFreeCount;
    47 	TUint iBiggestAllocation;
    47 	TUint iBiggestAllocation;