Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dthrow_allocator.h442 ~adjustor_base() { set_limit(_M_orig); } in _GLIBCXX_VISIBILITY()
448 never_adjustor() { set_limit(std::numeric_limits<size_t>::max()); } in _GLIBCXX_VISIBILITY()
454 always_adjustor() { set_limit(count()); } in _GLIBCXX_VISIBILITY()
460 limit_adjustor(const size_t __l) { set_limit(__l); } in _GLIBCXX_VISIBILITY()
489 set_limit(const size_t __l) in _GLIBCXX_VISIBILITY() function