Searched refs:align_offset (Results 1 – 2 of 2) sorted by relevance
127 start_ptr.align_offset(page_size) == 0, in from_custom()132 end_ptr.align_offset(page_size) == 0, in from_custom()
462 let align_offset = self.base.align_offset(align); in align_to() localVariable463 if align_offset > self.len { in align_to()466 self.len -= align_offset; in align_to()467 self.base = unsafe { self.base.add(align_offset) }; in align_to()