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

Method max_memory

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

Source from the content-addressed store, hash-verified

53
54 public:
55 int64_t max_memory() const { return max_memory_.load(std::memory_order_acquire); }
56
57 int64_t bytes_allocated() const {
58 return bytes_allocated_.load(std::memory_order_acquire);

Callers 1

max_memoryFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected