Searched refs:headItemCount (Results 1 – 1 of 1) sorted by relevance
308 int headItemCount = 0; in concat() local314 headItemCount = (headEnd - headStart) / sizeof(T); in concat()316 if (headItemCount > avail) { in concat()320 fAllocator->template reserve<alignof(T)>((headItemCount - avail) * sizeof(T), in concat()336 copy(headBlock, headStart, fAllocator.allocator(), std::min(headItemCount, avail)); in concat()338 if (headItemCount > avail) { in concat()341 fAllocator.allocator(), headItemCount - avail); in concat()343 fAllocator->setMetadata(fAllocator->metadata() + headItemCount); in concat()360 fAllocator->metadata() == oldCount + headItemCount); in concat()363 (other.fAllocator->metadata() - headItemCount)); in concat()