Searched refs:RTMemAllocExTag (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dallocex.cpp41 RTDECL(int) RTMemAllocExTag(size_t cb, size_t cbAlignment, uint32_t fFlags, const char *pszTag, void **ppv) RT_NO_THROW
104 RT_EXPORT_SYMBOL(RTMemAllocExTag); variable
/vbox/src/VBox/Runtime/r0drv/
H A Dalloc-r0drv.cpp332 RTDECL(int) RTMemAllocExTag(size_t cb, size_t cbAlignment, uint32_t fFlags, const char *pszTag, void **ppv) RT_NO_THROW
393 RT_EXPORT_SYMBOL(RTMemAllocExTag); variable
/vbox/include/iprt/
H A Dmem.h343 #define RTMemAllocEx(cb, cbAlignment, fFlags, ppv) RTMemAllocExTag((cb), (cbAlignment), (fFlags), RTMEM_TAG, (ppv))
364 RTDECL(int) RTMemAllocExTag(size_t cb, size_t cbAlignment, uint32_t fFlags, const char *pszTag, void **ppv) RT_NO_THROW;
367 * For freeing memory allocated by RTMemAllocEx or RTMemAllocExTag.
H A Dmangling.h873 # define RTMemAllocExTag RT_MANGLER(RTMemAllocExTag) macro
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c118 RTMemAllocExTag,
H A DVBoxGuest-haiku-stubs.c89 RTDECL(int) RTMemAllocExTag(size_t cb, size_t cbAlignment, uint32_t fFlags, const char *pszTag, void **ppv) function
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp235 { "RTMemAllocExTag", (void *)RTMemAllocExTag },

Completed in 99 milliseconds