RMM 内存不足时抛出的异常。 更多...
#include <error.hpp>


公有成员函数 | |
| out_of_memory (const char *msg) | |
| 使用错误消息构造 out_of_memory。 更多... | |
| out_of_memory (std::string const &msg) | |
| 使用错误消息构造 out_of_memory。 更多... | |
继承自 rmm::bad_alloc 的公有成员函数 | |
| bad_alloc (const char *msg) | |
| 使用错误消息构造 bad_alloc。 更多... | |
| bad_alloc (std::string const &msg) | |
| 使用错误消息构造 bad_alloc。 更多... | |
| const char * | what () const noexcept override |
| 解释性字符串。 更多... | |
RMM 内存不足时抛出的异常。
此错误只应在确定资源内存不足时抛出。
|
inline |
使用错误消息构造 out_of_memory。
| msg | 与异常关联的消息 |
|
inline |
使用错误消息构造 out_of_memory。
| msg | 与异常关联的消息 |