Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ DebugAbort
Function
DebugAbort
cpp/src/arrow/memory_pool.cc:173–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
};
172
173
void DebugAbort(uint8_t* ptr, int64_t size, const Status& st) { st.Abort(); }
174
175
void DebugTrap(uint8_t* ptr, int64_t size, const Status& st) {
176
ARROW_LOG(ERROR) << st.ToString();
Callers
nothing calls this directly
Calls
1
Abort
Method · 0.45
Tested by
no test coverage detected