Searched refs:const_max_size (Results 1 – 1 of 1) sorted by relevance
155 const ALIGN: usize = const_max_size(mem::size_of::<usize>(), mem::size_of::<u64>()); in malloc_layout()159 const fn const_max_size(a: usize, b: usize) -> usize { in const_max_size() function