Searched defs:RTMemSaferReallocZTag (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dmemsafer-generic.cpp217 RTDECL(void *) RTMemSaferReallocZTag(size_t cbOld, void *pvOld, size_t cbNew, const char *pszTag) RT_NO_THROW
225 RT_EXPORT_SYMBOL(RTMemSaferReallocZTag); variable
/vbox/src/VBox/Runtime/r3/
H A Dmemsafer-r3.cpp633 RTDECL(void *) RTMemSaferReallocZTag(size_t cbOld, void *pvOld, size_t cbNew, const char *pszTag) RT_NO_THROW
641 RT_EXPORT_SYMBOL(RTMemSaferReallocZTag); variable
/vbox/include/iprt/
H A Dmangling.h2931 # define RTMemSaferReallocZTag RT_MANGLER(RTMemSaferReallocZTag) macro

Completed in 58 milliseconds