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

/vbox/src/VBox/Runtime/generic/
H A Dmemsafer-generic.cpp162 RTDECL(int) RTMemSaferReallocZExTag(size_t cbOld, void *pvOld, size_t cbNew, void **ppvNew, uint32_t fFlags, const char *pszTag) RT_NO_THROW
203 RT_EXPORT_SYMBOL(RTMemSaferReallocZExTag); variable
220 int rc = RTMemSaferReallocZExTag(cbOld, pvOld, cbNew, &pvNew, 0 /*fFlags*/, pszTag);
/vbox/src/VBox/Runtime/r3/
H A Dmemsafer-r3.cpp498 RTDECL(int) RTMemSaferReallocZExTag(size_t cbOld, void *pvOld, size_t cbNew, void **ppvNew, uint32_t fFlags, const char *pszTag) RT_NO_THROW
619 RT_EXPORT_SYMBOL(RTMemSaferReallocZExTag); variable
636 int rc = RTMemSaferReallocZExTag(cbOld, pvOld, cbNew, &pvNew, 0 /*fFlags*/, pszTag);
/vbox/include/iprt/
H A Dmangling.h2930 # define RTMemSaferReallocZExTag RT_MANGLER(RTMemSaferReallocZExTag) macro

Completed in 78 milliseconds