Searched refs:RTMEMHDR_FLAG_ALLOC_EX (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/
H A Dalloc-r0drv.h66 #define RTMEMHDR_FLAG_ALLOC_EX RT_BIT(4) macro
H A Dalloc-r0drv.cpp256 Assert(!(pHdr->fFlags & RTMEMHDR_FLAG_ALLOC_EX));
312 Assert(!(pHdr->fFlags & RTMEMHDR_FLAG_ALLOC_EX));
334 uint32_t fHdrFlags = RTMEMHDR_FLAG_ALLOC_EX;
409 Assert(pHdr->fFlags & RTMEMHDR_FLAG_ALLOC_EX);

Completed in 1773 milliseconds