kernel/eka/include/e32std.inl
changeset 109 b3a1d9898418
parent 90 947f0dc9f7a8
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
   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