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

/vbox/include/iprt/
H A Dmemsafer.h170 RTDECL(int) RTMemSaferReallocZExTag(size_t cbOld, void *pvOld, size_t cbNew, void **ppvNew, uint32_t fFlags, const char *pszTag) RT_NO_THROW;
192 RTMemSaferReallocZExTag(a_cbOld, a_pvOld, a_cbNew, a_ppvNew, a_fFlags, RTMEM_TAG)
H A Dmangling.h2930 # define RTMemSaferReallocZExTag RT_MANGLER(RTMemSaferReallocZExTag) macro
/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);

Completed in 1049 milliseconds