Searched refs:RTMemReallocTag (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstringalloc.cpp77 char *pszNew = (char *)RTMemReallocTag(pszOld, cbNew, pszTag);
177 pszNew = (char *)RTMemReallocTag(*ppsz, cchOrg + cchAppend + 1, pszTag);
231 char *pszNew = (char *)RTMemReallocTag(*ppsz, cchNewTotal, pszTag);
265 pszNew = (char *)RTMemReallocTag(pszOld, 1, pszTag);
280 pszNew = (char *)RTMemReallocTag(pszOld, cchNew + 1, pszTag);
H A Dstraprintf.cpp104 char *pszBuffer = (char *)RTMemReallocTag(pArg->fAllocated ? pArg->pszBuffer : NULL,
170 char *psz = (char *)RTMemReallocTag(Arg.pszBuffer, cbRet + 1, pszTag);
/vbox/include/iprt/cpp/
H A Dmem.h145 void *a_fnAllocator(void *, size_t, const char *) = RTMemReallocTag
/vbox/src/VBox/Runtime/r3/
H A Dalloc.cpp78 #undef RTMemReallocTag macro
185 RTDECL(void *) RTMemReallocTag(void *pvOld, size_t cbNew, const char *pszTag) RT_NO_THROW
/vbox/include/iprt/
H A Dmem.h279 #define RTMemRealloc(pvOld, cbNew) RTMemReallocTag((pvOld), (cbNew), RTMEM_TAG)
290 RTDECL(void *) RTMemReallocTag(void *pvOld, size_t cbNew, const char *pszTag) RT_NO_THROW;
699 * Same as RTMemReallocTag() except that it's fenced.
857 # define RTMemReallocTag(pvOld, cbNew, pszTag) RTMemEfRealloc((pvOld), (cbNew), (pszTag), RT_SRC_POS) macro
909 * Fenced drop-in replacement for RTMemReallocTag.
910 * @copydoc RTMemReallocTag
H A Dmangling.h934 # define RTMemReallocTag RT_MANGLER(RTMemReallocTag) macro
/vbox/src/VBox/Runtime/r0drv/
H A Dalloc-r0drv.cpp180 RTDECL(void *) RTMemReallocTag(void *pvOld, size_t cbNew, const char *pszTag) RT_NO_THROW
243 RT_EXPORT_SYMBOL(RTMemReallocTag); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstMemAutoPtr.cpp118 void *pvNew = RTMemReallocTag(pvOld, cbNew, pszTag);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedNoCrt-win.cpp324 RTDECL(void *) RTMemReallocTag(void *pvOld, size_t cbNew, const char *pszTag) RT_NO_THROW
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1341 { "RTMemReallocTag", (void *)(uintptr_t)&RTMemReallocTag, &g_aArgsRTMemReallocTag[0], RT_ELEMENTS(g_aArgsRTMemReallocTag), REMFNDESC_FLAGS_RET_INT, sizeof(void *), NULL },
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp244 { "RTMemReallocTag", (void *)RTMemReallocTag },

Completed in 7389 milliseconds