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:178–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
};
177
178
void DebugAbort(uint8_t* ptr, int64_t size, const Status& st) { st.Abort(); }
179
180
void DebugTrap(uint8_t* ptr, int64_t size, const Status& st) {
181
ARROW_LOG(ERROR) << st.ToString();
Callers
nothing calls this directly
Calls
1
Abort
Method · 0.45
Tested by
no test coverage detected