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

Function bytes_allocated

cpp/src/arrow/memory_pool.h:271–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 void PrintStats() override { wrapped_->PrintStats(); }
270
271 int64_t bytes_allocated() const override { return wrapped_->bytes_allocated(); }
272
273 int64_t max_memory() const override { return wrapped_->max_memory(); }
274

Callers

nothing calls this directly

Calls 1

bytes_allocatedMethod · 0.45

Tested by

no test coverage detected