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

Method bytes_allocated

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

Source from the content-addressed store, hash-verified

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);
59 }
60
61 int64_t total_bytes_allocated() const {
62 return total_allocated_bytes_.load(std::memory_order_acquire);

Callers 1

bytes_allocatedFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected