Searched refs:__default_alignment (Results 1 – 1 of 1) sorted by relevance
238 static_assert(__default_alignment >= alignof(std::max_align_t), ""); in __allocate_in_new_chunk()239 static_assert(__default_alignment >= alignof(__chunk_footer), ""); in __allocate_in_new_chunk()240 static_assert(__default_alignment >= alignof(__vacancy_header), ""); in __allocate_in_new_chunk()247 void* result = upstream->allocate(aligned_capacity, __default_alignment); in __allocate_in_new_chunk()252 h->__align_ = __default_alignment; in __allocate_in_new_chunk()275 static const size_t __default_alignment = alignof(max_align_t); member in pmr::unsynchronized_pool_resource::__fixed_pool