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

Method bytes_allocated

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

Source from the content-addressed store, hash-verified

525 void PrintStats() override { Allocator::PrintStats(); }
526
527 int64_t bytes_allocated() const override { return stats_.bytes_allocated(); }
528
529 int64_t max_memory() const override { return stats_.max_memory(); }
530

Callers

nothing calls this directly

Calls 1

bytes_allocatedMethod · 0.45

Tested by

no test coverage detected