Searched refs:RTStrAllocTag (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstringalloc.cpp44 RTDECL(char *) RTStrAllocTag(size_t cb, const char *pszTag) function
51 RT_EXPORT_SYMBOL(RTStrAllocTag); variable
H A Dutf-16.cpp518 pszResult = (char *)RTStrAllocTag(cch, pszTag);
H A Dutf-8.cpp983 pszResult = (char *)RTStrAllocTag(cch, pszTag);
/vbox/include/iprt/
H A Dstring.h531 #define RTStrAlloc(cb) RTStrAllocTag((cb), RTSTR_TAG)
552 RTDECL(char *) RTStrAllocTag(size_t cb, const char *pszTag);
H A Dmangling.h1420 # define RTStrAllocTag RT_MANGLER(RTStrAllocTag) macro

Completed in 92 milliseconds