Searched refs:strCopy (Results 1 – 1 of 1) sorted by relevance
705 char *strCopy = alloc.Allocate<char>(str.size() + 1); in copyDebugString() local706 memcpy(strCopy, str.data(), str.size()); in copyDebugString()707 strCopy[str.size()] = '\0'; in copyDebugString()708 return strCopy; in copyDebugString()