HelenOS sources

bad_alloc          90 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 catch (const bad_alloc&)
bad_alloc         109 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 catch (const bad_alloc&)
bad_alloc         128 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 catch (const bad_alloc&)
bad_alloc          41 uspace/lib/cpp/include/__bits/new.hpp 		bad_alloc() = default;
bad_alloc          42 uspace/lib/cpp/include/__bits/new.hpp 		bad_alloc(const bad_alloc&) = default;
bad_alloc          43 uspace/lib/cpp/include/__bits/new.hpp 		bad_alloc& operator=(const bad_alloc&) = default;
bad_alloc          45 uspace/lib/cpp/include/__bits/new.hpp 		virtual ~bad_alloc() = default;
bad_alloc          33 uspace/lib/cpp/src/new.cpp     const char* bad_alloc::what() const noexcept
HelenOS homepage, sources at GitHub