Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/os/
Dos_Memory.h254 AllocateAndCopyString(const TChar* str, os::IAllocator* allocator, size_t maxSize) in AllocateAndCopyString() argument
259 length = (length < maxSize)? length : maxSize; in AllocateAndCopyString()