Searched refs:mallocSize (Results 1 – 1 of 1) sorted by relevance
838 int mallocSize = (totalSize > this->sendMTU_) ? this->sendMTU_ : totalSize; in WriteData() local840 Packet *wPkt = PacketMalloc(0, 0, mallocSize); in WriteData()848 int wbytes = read(this->transportFd_, buffer, mallocSize); in WriteData()