Searched refs:VERR_UNSUPPORTED_ALIGNMENT (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dallocex.cpp49 AssertMsgReturn(cbAlignment <= sizeof(void *), ("%zu (%#x)\n", cbAlignment, cbAlignment), VERR_UNSUPPORTED_ALIGNMENT);
/vbox/src/VBox/Runtime/r0drv/
H A Dalloc-r0drv.cpp345 AssertMsgReturn(cbAlignment <= sizeof(void *), ("%zu (%#x)\n", cbAlignment, cbAlignment), VERR_UNSUPPORTED_ALIGNMENT);
/vbox/include/iprt/
H A Derr.h898 #define VERR_UNSUPPORTED_ALIGNMENT (-97) macro

Completed in 55 milliseconds