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

/vbox/include/iprt/
H A Dmem.h343 #define RTMemAllocEx(cb, cbAlignment, fFlags, ppv) RTMemAllocExTag((cb), (cbAlignment), (fFlags), RTMEM_TAG, (ppv)) macro
367 * For freeing memory allocated by RTMemAllocEx or RTMemAllocExTag.

Completed in 59 milliseconds