boost::interprocess::bad_alloc
// In header: <boost/interprocess/exceptions.hpp> class bad_alloc : public { public: // construct/copy/destruct (); // public member functions () ; };
This exception is thrown when a memory request can't be fulfilled.
bad_alloc
();
() ;