memspy/MemSpyClient/inc/memspyheapdata.h
changeset 30 86a2e675b80a
parent 26 4fde310f06fe
equal deleted inserted replaced
26:4fde310f06fe 30:86a2e675b80a
    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;