Home
last modified time | relevance | path

Searched refs:copyStr (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/include/nw/os/
Dos_Memory.h262 TChar* copyStr = reinterpret_cast<char*>(allocator->Alloc(bufferSize)); in AllocateAndCopyString() local
263 NW_NULL_ASSERT(copyStr); in AllocateAndCopyString()
264 NW_CHAR_TRAITS_COPY(TChar, copyStr, bufferSize, str, length); in AllocateAndCopyString()
265 copyStr[length] = '\0'; in AllocateAndCopyString()
267 return copyStr; in AllocateAndCopyString()