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

Method bytes_allocated

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

Source from the content-addressed store, hash-verified

520 void PrintStats() override { Allocator::PrintStats(); }
521
522 int64_t bytes_allocated() const override { return stats_.bytes_allocated(); }
523
524 int64_t max_memory() const override { return stats_.max_memory(); }
525

Callers

nothing calls this directly

Calls 1

bytes_allocatedMethod · 0.45

Tested by

no test coverage detected