RMM
23.12
RAPIDS Memory Manager
|
Exception thrown when RMM runs out of memory. More...
#include <error.hpp>
Public Member Functions | |
out_of_memory (const char *msg) | |
Constructs an out_of_memory with the error message. More... | |
out_of_memory (std::string const &msg) | |
Constructs an out_of_memory with the error message. More... | |
Public Member Functions inherited from rmm::bad_alloc | |
bad_alloc (const char *msg) | |
Constructs a bad_alloc with the error message. More... | |
bad_alloc (std::string const &msg) | |
Constructs a bad_alloc with the error message. More... | |
const char * | what () const noexcept override |
The explanatory string. More... | |
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.
|
inline |
Constructs an out_of_memory with the error message.
msg | Message to be associated with the exception |
|
inline |
Constructs an out_of_memory with the error message.
msg | Message to be associated with the exception |