Searched defs:RTMemReallocTag (Results 1 - 4 of 4) sorted by relevance

/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/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/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

Completed in 80 milliseconds