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

Method num_allocations

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

Source from the content-addressed store, hash-verified

533 }
534
535 int64_t num_allocations() const override { return stats_.num_allocations(); }
536
537 protected:
538 internal::MemoryPoolStats stats_;

Callers

nothing calls this directly

Calls 1

num_allocationsMethod · 0.45

Tested by

no test coverage detected