Searched refs:__default_alignment (Results 1 – 1 of 1) sorted by relevance
235 static_assert(__default_alignment >= alignof(std::max_align_t), ""); in __allocate_in_new_chunk()236 static_assert(__default_alignment >= alignof(__chunk_footer), ""); in __allocate_in_new_chunk()237 static_assert(__default_alignment >= alignof(__vacancy_header), ""); in __allocate_in_new_chunk()244 void* result = upstream->allocate(aligned_capacity, __default_alignment); in __allocate_in_new_chunk()249 h->__align_ = __default_alignment; in __allocate_in_new_chunk()272 static const size_t __default_alignment = alignof(max_align_t); member in pmr::unsynchronized_pool_resource::__fixed_pool