MCPcopy Create free account
hub / github.com/apache/arrow / ~GlobalState

Method ~GlobalState

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

Source from the content-addressed store, hash-verified

595
596static struct GlobalState {
597 ~GlobalState() { finalizing_.store(true, std::memory_order_relaxed); }
598
599 bool is_finalizing() const { return finalizing_.load(std::memory_order_relaxed); }
600

Callers

nothing calls this directly

Calls 1

storeMethod · 0.80

Tested by

no test coverage detected