Searched refs:AllocOffs (Results 1 – 2 of 2) sorted by relevance
779 if (AllocOffs+Len <= AllocChunkSize) { in MakeRopeString()780 memcpy(AllocBuffer->Data+AllocOffs, Start, Len); in MakeRopeString()781 AllocOffs += Len; in MakeRopeString()782 return RopePiece(AllocBuffer, AllocOffs-Len, AllocOffs); in MakeRopeString()803 AllocOffs = Len; in MakeRopeString()
178 unsigned AllocOffs = AllocChunkSize; variable