Class OutOfMemory¶
-
class
OutOfMemory
: public runtime_error¶ Subclassed by FailedToCreateFirstSlab, FailedToCreateSlab, TooBigForSlab
Public Functions
-
OutOfMemory
(size_t num_bytes)¶
-
OutOfMemory
(const std::string &err)¶
-
OutOfMemory
(const std::string &err, size_t num_bytes)¶
Private Functions
-
std::string
parse_error_str
(const std::string &err, const size_t num_bytes = 0)¶
-