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

Method num_allocations

cpp/src/arrow/io/file_test.cc:496–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494 std::string backend_name() const override { return "my"; }
495
496 int64_t num_allocations() const override { return num_allocations_.load(); }
497
498 private:
499 std::atomic<int64_t> num_allocations_;

Callers 3

TEST_FFunction · 0.45
StartMethod · 0.45
StopMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected