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

Method total_bytes_allocated

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

Source from the content-addressed store, hash-verified

529 int64_t max_memory() const override { return stats_.max_memory(); }
530
531 int64_t total_bytes_allocated() const override {
532 return stats_.total_bytes_allocated();
533 }
534
535 int64_t num_allocations() const override { return stats_.num_allocations(); }
536

Callers

nothing calls this directly

Calls 1

total_bytes_allocatedMethod · 0.45

Tested by

no test coverage detected