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

/vbox/src/VBox/Runtime/generic/
H A Dmemsafer-generic.cpp42 #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 Dmemsafer-r3.cpp52 #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 43 milliseconds