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

Method num_allocations

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

Source from the content-addressed store, hash-verified

528 }
529
530 int64_t num_allocations() const override { return stats_.num_allocations(); }
531
532 protected:
533 internal::MemoryPoolStats stats_;

Callers

nothing calls this directly

Calls 1

num_allocationsMethod · 0.45

Tested by

no test coverage detected