equal
deleted
inserted
replaced
149 Zero, if both the first (or left) and second (or right) blocks of data |
149 Zero, if both the first (or left) and second (or right) blocks of data |
150 have the same length and the same content. |
150 have the same length and the same content. |
151 */ |
151 */ |
152 { return memcompare(aLeft, aLeftL, aRight, aRightL); } |
152 { return memcompare(aLeft, aLeftL, aRight, aRightL); } |
153 #endif |
153 #endif |
154 |
|
155 |
|
156 |
|
157 |
|
158 // class RHeap |
|
159 inline TInt RHeap::SetBrk(TInt aBrk) |
|
160 { return ((RChunk*)&iChunkHandle)->Adjust(aBrk); } |
|
161 |
154 |
162 |
155 |
163 |
156 |
164 |
157 |
165 // class TChar |
158 // class TChar |