Searched refs:__vacancy_header (Results 1 – 1 of 1) sorted by relevance
208 struct __vacancy_header { struct in pmr::unsynchronized_pool_resource::__fixed_pool209 __vacancy_header* __next_vacancy_; argument213 __vacancy_header* __first_vacancy_ = nullptr;240 static_assert(__default_alignment >= alignof(__vacancy_header), ""); in __allocate_in_new_chunk()256 __vacancy_header* last_vh = this->__first_vacancy_; in __allocate_in_new_chunk()258 __vacancy_header* vh = (__vacancy_header*)((char*)result + i); in __allocate_in_new_chunk()268 __vacancy_header* vh = (__vacancy_header*)(p); in __evacuate()