Searched refs:RTMemSaferReallocZTag (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dmemsafer.h209 RTDECL(void *) RTMemSaferReallocZTag(size_t cbOld, void *pvOld, size_t cbNew, const char *pszTag) RT_NO_THROW;
225 #define RTMemSaferReallocZ(a_cbOld, a_pvOld, a_cbNew) RTMemSaferReallocZTag(a_cbOld, a_pvOld, a_cbNew, RTMEM_TAG)
H A Dmangling.h2931 # define RTMemSaferReallocZTag RT_MANGLER(RTMemSaferReallocZTag) macro
/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

Completed in 82 milliseconds