Searched refs:headStart (Results 1 – 1 of 1) sorted by relevance
312 int headStart = First(headBlock); in concat() local314 headItemCount = (headEnd - headStart) / sizeof(T); in concat()336 copy(headBlock, headStart, fAllocator.allocator(), std::min(headItemCount, avail)); in concat()340 copy(headBlock, headStart + avail * sizeof(T), in concat()346 for (int i = headStart; i < headEnd; i += sizeof(T)) { in concat()