kernel/eka/include/e32std.inl
changeset 149 d9f1e5bfe28c
parent 90 947f0dc9f7a8
equal deleted inserted replaced
135:5e441a173c63 149:d9f1e5bfe28c
   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