Home
last modified time | relevance | path

Searched refs:up_alignment_mask (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/container/src/
Dmonotonic_buffer_resource.cpp109 const uintptr_type up_alignment_mask = ~up_alignment_minus1; in remaining_storage() local
111 const uintptr_type up_aligned_addr = (up_addr + up_alignment_minus1) & up_alignment_mask; in remaining_storage()