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

/vbox/src/VBox/Runtime/common/string/
H A Dstringalloc.cpp67 RTDECL(int) RTStrReallocTag(char **ppsz, size_t cbNew, const char *pszTag) function
94 RT_EXPORT_SYMBOL(RTStrReallocTag); variable
/vbox/include/iprt/
H A Dstring.h629 #define RTStrRealloc(ppsz, cbNew) RTStrReallocTag((ppsz), (cbNew), RTSTR_TAG)
664 RTDECL(int) RTStrReallocTag(char **ppsz, size_t cbNew, const char *pszTag);
H A Dmangling.h1513 # define RTStrReallocTag RT_MANGLER(RTStrReallocTag) macro

Completed in 89 milliseconds