Searched defs:_TPools (Results 1 – 2 of 2) sorted by relevance
1108 struct synchronized_pool_resource::_TPools struct in std::pmr::synchronized_pool_resource1112 _TPools(synchronized_pool_resource& owner, exclusive_lock&) in _TPools() function1120 ~_TPools() in ~_TPools()1139 void move_nonempty_chunks() in move_nonempty_chunks()1154 synchronized_pool_resource& owner;1155 __pool_resource::_Pool* pools = nullptr;1156 _TPools* prev = nullptr;1157 _TPools* next = nullptr;1159 static void destroy(_TPools* p) in destroy()1174 using _TPools = synchronized_pool_resource::_TPools; in destroy_TPools() typedef
1075 struct synchronized_pool_resource::_TPools struct in std::pmr::synchronized_pool_resource1079 _TPools(synchronized_pool_resource& owner, exclusive_lock&) in _TPools() argument1087 ~_TPools() in ~_TPools()1106 void move_nonempty_chunks() in move_nonempty_chunks()1121 synchronized_pool_resource& owner;1122 __pool_resource::_Pool* pools = nullptr;1123 _TPools* prev = nullptr;1124 _TPools* next = nullptr;1126 static void destroy(_TPools* p) in destroy()1141 using _TPools = synchronized_pool_resource::_TPools; in destroy_TPools() typedef