Searched defs:clo_alignment (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_replacemalloc/
H A Dreplacemalloc_core.c53 UInt VG_(clo_alignment) = VG_MIN_MALLOC_SZB; variable
58 if VG_INT_CLO(arg, "--alignment", VG_(clo_alignment)) {
59 if (VG_(clo_alignment) < VG_MIN_MALLOC_SZB ||
60 VG_(clo_alignment) > 4096 ||
61 VG_(log2)( VG_(clo_alignment) ) == -1 /* not a power of 2 */)

Completed in 2184 milliseconds