Searched refs:__vacancy_header (Results 1 – 1 of 1) sorted by relevance
205 struct __vacancy_header { struct in pmr::unsynchronized_pool_resource::__fixed_pool206 __vacancy_header* __next_vacancy_; argument210 __vacancy_header* __first_vacancy_ = nullptr;237 static_assert(__default_alignment >= alignof(__vacancy_header), ""); in __allocate_in_new_chunk()253 __vacancy_header* last_vh = this->__first_vacancy_; in __allocate_in_new_chunk()255 __vacancy_header* vh = (__vacancy_header*)((char*)result + i); in __allocate_in_new_chunk()265 __vacancy_header* vh = (__vacancy_header*)(p); in __evacuate()