MCPcopy 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
173void DebugAbort(uint8_t* ptr, int64_t size, const Status& st) { st.Abort(); }
174
175void DebugTrap(uint8_t* ptr, int64_t size, const Status& st) {
176 ARROW_LOG(ERROR) << st.ToString();

Callers

nothing calls this directly

Calls 1

AbortMethod · 0.45

Tested by

no test coverage detected