Searched refs:maxcpy (Results 1 – 1 of 1) sorted by relevance
229 const size_t maxcpy = std::min(sizeof(*this), sizeof(other)); in copyFrom() local230 const size_t cpysize = std::min(mincpy + kAlign - 1 & ~(kAlign - 1), maxcpy); in copyFrom()