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

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

Completed in 44 milliseconds