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

Method SetHandler

cpp/src/arrow/memory_pool.cc:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 void SetHandler(MemoryDebugHandler handler) {
158 std::lock_guard<std::mutex> lock(mutex_);
159 handler_ = std::move(handler);
160 }
161
162 static DebugState* Instance() {
163 // 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