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

Function max_memory

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

Source from the content-addressed store, hash-verified

271 int64_t bytes_allocated() const override { return wrapped_->bytes_allocated(); }
272
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();

Callers

nothing calls this directly

Calls 1

max_memoryMethod · 0.45

Tested by

no test coverage detected