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

/vbox/include/iprt/
H A Dmemsafer.h136 RTDECL(void *) RTMemSaferAllocZTag(size_t cb, const char *pszTag) RT_NO_THROW;
147 #define RTMemSaferAllocZ(a_cb) RTMemSaferAllocZTag(a_cb, RTMEM_TAG)
152 * RTMemSaferAllocZExTag, or RTMemSaferAllocZTag.
174 * RTMemSaferAllocZExTag, or RTMemSaferAllocZTag.
195 * Reallocates memory allocated by RTMemSaferAllocZ or RTMemSaferAllocZTag.
212 * Reallocates memory allocated by RTMemSaferAllocZ or RTMemSaferAllocZTag.
H A Dmangling.h2928 # define RTMemSaferAllocZTag RT_MANGLER(RTMemSaferAllocZTag) macro
/vbox/src/VBox/Runtime/generic/
H A Dmemsafer-generic.cpp206 RTDECL(void *) RTMemSaferAllocZTag(size_t cb, const char *pszTag) RT_NO_THROW
214 RT_EXPORT_SYMBOL(RTMemSaferAllocZTag); variable
/vbox/src/VBox/Runtime/r3/
H A Dmemsafer-r3.cpp622 RTDECL(void *) RTMemSaferAllocZTag(size_t cb, const char *pszTag) RT_NO_THROW
630 RT_EXPORT_SYMBOL(RTMemSaferAllocZTag); variable

Completed in 78 milliseconds