MCPcopy Create free account
hub / github.com/apache/arrow / SetHandler

Method SetHandler

cpp/src/arrow/memory_pool.cc:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 void SetHandler(MemoryDebugHandler handler) {
153 std::lock_guard<std::mutex> lock(mutex_);
154 handler_ = std::move(handler);
155 }
156
157 static DebugState* Instance() {
158 // Instance is constructed on-demand. If it was a global static variable,

Callers 1

IsDebugEnabledFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected