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

Method max_memory

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

Source from the content-addressed store, hash-verified

802 int64_t bytes_allocated() const { return stats_.bytes_allocated(); }
803
804 int64_t max_memory() const { return stats_.max_memory(); }
805
806 int64_t total_bytes_allocated() const { return stats_.total_bytes_allocated(); }
807

Callers

nothing calls this directly

Calls 1

max_memoryMethod · 0.45

Tested by

no test coverage detected