Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/src/
H A Dfunctexcept.cc51 __throw_bad_alloc(void) in __throw_bad_alloc() function
107 __throw_bad_alloc(void)
H A Dbitmap_allocator.cc92 std::__throw_bad_alloc(); in _M_get()
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dmalloc_allocator.h90 std::__throw_bad_alloc();
94 std::__throw_bad_alloc();
H A Dpool_allocator.h201 std::__throw_bad_alloc(); in allocate()
231 std::__throw_bad_alloc(); in allocate()
H A Dnew_allocator.h89 std::__throw_bad_alloc();
H A Darray_allocator.h128 std::__throw_bad_alloc();
H A Dmt_allocator.h673 std::__throw_bad_alloc();
H A Dbitmap_allocator.h1053 std::__throw_bad_alloc();
/freebsd-12.1/contrib/libc++/src/
H A Ddebug.cpp218 __throw_bad_alloc(); in __insert_c()
241 __throw_bad_alloc(); in __insert_c()
535 __throw_bad_alloc(); in __add()
558 __throw_bad_alloc(); in __insert_iterator()
581 __throw_bad_alloc(); in __insert_iterator()
H A Dnew.cpp44 __throw_bad_alloc() in __throw_bad_alloc() function
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dfunctexcept.h52 __throw_bad_alloc(void) __attribute__((__noreturn__));
/freebsd-12.1/contrib/libc++/src/experimental/
H A Dmemory_resource.cpp54 __throw_bad_alloc(); in do_allocate()
/freebsd-12.1/contrib/libc++/include/
H A Dlocale270 __throw_bad_alloc();
1582 __throw_bad_alloc();
1595 __throw_bad_alloc();
1633 __throw_bad_alloc();
1646 __throw_bad_alloc();
2863 __throw_bad_alloc();
3123 __throw_bad_alloc();
3414 __throw_bad_alloc();
3418 __throw_bad_alloc();
3447 __throw_bad_alloc();
[all …]
H A Dnew151 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_bad_alloc(); // not in C++ spec
H A Dostream836 __throw_bad_alloc();
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20041309 * include/ext/array_allocator.h: Use __throw_bad_alloc().
3126 * include/ext/pool_allocator.h: Qualify __throw_bad_alloc.
5878 __throw_bad_alloc calls. Don't include <memory>.
H A DChangeLog-20055364 * src/bitmap_allocator.cc: Use __throw_bad_alloc.
H A DChangeLog-20015275 std::__throw_bad_alloc() instead of throw bad_alloc.