Searched defs:rtMemSaferReallocSimpler (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r3/ |
H A D | memsafer-r3.cpp | 484 static int rtMemSaferReallocSimpler(size_t cbOld, void *pvOld, size_t cbNew, void **ppvNew, uint32_t fFlags, const char *pszTag) function 567 rc = rtMemSaferReallocSimpler(cbOld, pvOld, cbNew, ppvNew, fFlags, pszTag); 591 rc = rtMemSaferReallocSimpler(cbOld, pvOld, cbNew, ppvNew, fFlags, pszTag);
|
Completed in 33 milliseconds