Home
last modified time | relevance | path

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

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