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

/vbox/src/VBox/Runtime/r3/
H A Dalloc.cpp74 #undef RTMemAllocVarTag macro
153 RTDECL(void *) RTMemAllocVarTag(size_t cbUnaligned, const char *pszTag) RT_NO_THROW
/vbox/src/VBox/Runtime/r0drv/
H A Dalloc-r0drv.cpp156 RTDECL(void *) RTMemAllocVarTag(size_t cbUnaligned, const char *pszTag) function
165 RT_EXPORT_SYMBOL(RTMemAllocVarTag); variable
/vbox/include/iprt/
H A Dmem.h194 #define RTMemAllocVar(cbUnaligned) RTMemAllocVarTag((cbUnaligned), RTMEM_TAG)
204 RTDECL(void *) RTMemAllocVarTag(size_t cbUnaligned, const char *pszTag) RT_NO_THROW;
679 * Same as RTMemAllocVarTag() except that it's fenced.
855 # define RTMemAllocVarTag(cbUnaligned, pszTag) RTMemEfAllocVar((cbUnaligned), (pszTag), RT_SRC_POS) macro
897 * Fenced drop-in replacement for RTMemAllocVarTag
898 * @copydoc RTMemAllocVarTag
H A Dmangling.h875 # define RTMemAllocVarTag RT_MANGLER(RTMemAllocVarTag) macro

Completed in 318 milliseconds