Searched refs:_S_map (Results 1 – 1 of 1) sorted by relevance
184 static map_type _S_map; variable302 throw_allocator_base::_S_map;331 const_iterator found_it = _S_map.find(p); in insert()332 if (found_it != _S_map.end()) in insert()341 _S_map.insert(make_entry(p, size)); in insert()346 { return _S_map.empty(); } in empty()352 _S_map.erase(p); in erase()358 const_iterator found_it = _S_map.find(p); in check_allocated()359 if (found_it == _S_map.end()) in check_allocated()383 const_iterator it = _S_map.begin(); in check_allocated()[all …]