Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ what
Method
what
cpp/src/arrow/stl_allocator.h:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
explicit BadAlloc(Status st) noexcept : st_(std::move(st)) {}
36
37
const char* what() const noexcept override { return st_.message().c_str(); }
38
39
protected:
40
Status st_;
Callers
15
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Initialize
Function · 0.45
Allocate
Method · 0.45
Reallocate
Method · 0.45
DeserializeUnencryptedMessage
Method · 0.45
SerializeObject
Method · 0.45
TEST
Function · 0.45
DeserializeEncryptedFromStream
Function · 0.45
Deserialize
Method · 0.45
exception.cc
File · 0.45
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.36
WrapThenUnwrap
Method · 0.36
TEST
Function · 0.36