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

/vbox/src/VBox/Runtime/r3/
H A Dalloc-ef.h52 /** @def RTALLOC_EFENCE_ALIGNMENT
60 # define RTALLOC_EFENCE_ALIGNMENT (ARCH_BITS / 8)
62 # define RTALLOC_EFENCE_ALIGNMENT 1 macro
H A Dalloc-ef.cpp575 cbAligned = RT_ALIGN_Z(cbAligned, RTALLOC_EFENCE_ALIGNMENT);

Completed in 45 milliseconds