Home
last modified time | relevance | path

Searched refs:_S_map (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dthrow_allocator.h184 static map_type _S_map; variable
302 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 …]