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

Method is_finalizing

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

Source from the content-addressed store, hash-verified

602 ~GlobalState() { finalizing_.store(true, std::memory_order_relaxed); }
603
604 bool is_finalizing() const { return finalizing_.load(std::memory_order_relaxed); }
605
606 MemoryPool* system_memory_pool() {
607 if (IsDebugEnabled()) {

Callers 1

~PoolBufferMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected