Searched defs:RTMEMSAFER_ALIGN (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Runtime/generic/ |
H A D | memsafer-generic.cpp | 42 #define RTMEMSAFER_ALIGN 16 macro 72 cb = RT_ALIGN_Z(cb, RTMEMSAFER_ALIGN); 92 cb = RT_ALIGN_Z(cb, RTMEMSAFER_ALIGN); 120 size_t cbUser = RT_ALIGN_Z(cb, RTMEMSAFER_ALIGN); 153 RTMemWipeThoroughly(pv, RT_ALIGN_Z(cb, RTMEMSAFER_ALIGN), 3);
|
/vbox/src/VBox/Runtime/r3/ |
H A D | memsafer-r3.cpp | 52 #define RTMEMSAFER_ALIGN 16 macro 209 cb = RT_ALIGN_Z(cb, RTMEMSAFER_ALIGN); 232 cb = RT_ALIGN_Z(cb, RTMEMSAFER_ALIGN); 389 pThis->offUser = (RTRandU32Ex(0, 128) * RTMEMSAFER_ALIGN) & PAGE_OFFSET_MASK; 440 RTMemWipeThoroughly(pv, RT_ALIGN_Z(cb, RTMEMSAFER_ALIGN), 3); 542 offNewUser &= ~(RTMEMSAFER_ALIGN - 1U);
|
Completed in 265 milliseconds