Searched refs:secondReadCount (Results 1 – 1 of 1) sorted by relevance
518 size_t firstReadCount = 0, secondReadCount = 0; in copyFrom() local521 if (getMemRegionInfo(startIdx, nMessages, firstReadCount, secondReadCount, &firstBaseAddress, in copyFrom()534 if (secondReadCount != 0) { in copyFrom()535 memcpy(data + firstReadCount, secondBaseAddress, secondReadCount * sizeof(T)); in copyFrom()