Searched refs:AllocOffs (Results 1 – 2 of 2) sorted by relevance
171 unsigned AllocOffs; variable175 RewriteRope() : AllocBuffer(nullptr), AllocOffs(AllocChunkSize) {} in RewriteRope()177 : Chunks(RHS.Chunks), AllocBuffer(nullptr), AllocOffs(AllocChunkSize) { in RewriteRope()
773 if (AllocOffs+Len <= AllocChunkSize) { in MakeRopeString()774 memcpy(AllocBuffer->Data+AllocOffs, Start, Len); in MakeRopeString()775 AllocOffs += Len; in MakeRopeString()776 return RopePiece(AllocBuffer, AllocOffs-Len, AllocOffs); in MakeRopeString()799 AllocOffs = Len; in MakeRopeString()