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

Method total_bytes_allocated

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

Source from the content-addressed store, hash-verified

490 int64_t bytes_allocated() const override { return -1; }
491
492 int64_t total_bytes_allocated() const override { return -1; }
493
494 std::string backend_name() const override { return "my"; }
495

Callers 2

TESTFunction · 0.45
StopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected