Home | History | Annotate | Download | only in runtime

Lines Matching refs:newBuf

938     uint8_t* newBuf = DebugAlloc(newLen);
941 uint16_t* pat = reinterpret_cast<uint16_t*>(newBuf);
947 memcpy(newBuf + kGuardLen / 2, buf, len);
954 *reinterpret_cast<uLong*>(newBuf) = adler;
957 GuardedCopy* pExtra = reinterpret_cast<GuardedCopy*>(newBuf);
963 return newBuf + kGuardLen / 2;