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

Function total_bytes_allocated

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

Source from the content-addressed store, hash-verified

273 int64_t max_memory() const override { return wrapped_->max_memory(); }
274
275 int64_t total_bytes_allocated() const override {
276 return wrapped_->total_bytes_allocated();
277 }
278
279 int64_t num_allocations() const override { return wrapped_->num_allocations(); }
280

Callers

nothing calls this directly

Calls 1

total_bytes_allocatedMethod · 0.45

Tested by

no test coverage detected