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

Method is_finalizing

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

Source from the content-addressed store, hash-verified

597 ~GlobalState() { finalizing_.store(true, std::memory_order_relaxed); }
598
599 bool is_finalizing() const { return finalizing_.load(std::memory_order_relaxed); }
600
601 MemoryPool* system_memory_pool() {
602 if (IsDebugEnabled()) {

Callers 1

~PoolBufferMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected