Public Member Functions | List of all members
rmm::out_of_memory Class Reference

Exception thrown when RMM runs out of memory. More...

#include <error.hpp>

Inheritance diagram for rmm::out_of_memory:
Inheritance graph
[legend]
Collaboration diagram for rmm::out_of_memory:
Collaboration graph
[legend]

Public Member Functions

 out_of_memory (const char *msg)
 
 out_of_memory (std::string const &msg)
 
- Public Member Functions inherited from rmm::bad_alloc
 bad_alloc (const char *msg)
 
 bad_alloc (std::string const &msg)
 
const char * what () const noexcept override
 

Detailed Description

Exception thrown when RMM runs out of memory.

This error should only be thrown when we know for sure a resource is out of memory.


The documentation for this class was generated from the following file: