#include <BufferMgr.h>
|
std::string | parse_error_str (const std::string &err, const size_t num_bytes=0) |
|
Definition at line 40 of file BufferMgr.h.
OutOfMemory::OutOfMemory |
( |
size_t |
num_bytes | ) |
|
|
inline |
Definition at line 42 of file BufferMgr.h.
References VLOG.
44 VLOG(1) <<
"Failed to allocate " << num_bytes <<
" bytes";
45 VLOG(1) << boost::stacktrace::stacktrace();
std::string parse_error_str(const std::string &err, const size_t num_bytes=0)
OutOfMemory::OutOfMemory |
( |
const std::string & |
err | ) |
|
|
inline |
Definition at line 48 of file BufferMgr.h.
References VLOG.
49 VLOG(1) <<
"Failed with OutOfMemory, condition " << err;
50 VLOG(1) << boost::stacktrace::stacktrace();
std::string parse_error_str(const std::string &err, const size_t num_bytes=0)
OutOfMemory::OutOfMemory |
( |
const std::string & |
err, |
|
|
size_t |
num_bytes |
|
) |
| |
|
inline |
Definition at line 53 of file BufferMgr.h.
References VLOG.
55 VLOG(1) <<
"Failed to allocate " << num_bytes <<
" bytes with condition " << err;
56 VLOG(1) << boost::stacktrace::stacktrace();
std::string parse_error_str(const std::string &err, const size_t num_bytes=0)
std::string OutOfMemory::parse_error_str |
( |
const std::string & |
err, |
|
|
const size_t |
num_bytes = 0 |
|
) |
| |
|
inlineprivate |
Definition at line 60 of file BufferMgr.h.
References to_string().
62 return err +
": Failed to allocate " +
std::to_string(num_bytes) +
" bytes";
64 return "Failed to allocate memory with condition " + err;
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/DataMgr/BufferMgr/BufferMgr.h