Searched refs:RTStrAllocExTag (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstringalloc.cpp54 RTDECL(int) RTStrAllocExTag(char **ppsz, size_t cb, const char *pszTag) function
64 RT_EXPORT_SYMBOL(RTStrAllocExTag); variable
/vbox/include/iprt/
H A Dstring.h573 #define RTStrAllocEx(ppsz, cb) RTStrAllocExTag((ppsz), (cb), RTSTR_TAG)
595 RTDECL(int) RTStrAllocExTag(char **ppsz, size_t cb, const char *pszTag);
H A Dmangling.h1419 # define RTStrAllocExTag RT_MANGLER(RTStrAllocExTag) macro

Completed in 87 milliseconds