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

Method total_bytes_allocated

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

Source from the content-addressed store, hash-verified

753}
754
755int64_t LoggingMemoryPool::total_bytes_allocated() const {
756 int64_t mem = pool_->total_bytes_allocated();
757 std::cout << "total_bytes_allocated: " << mem << std::endl;
758 return mem;
759}
760
761int64_t LoggingMemoryPool::num_allocations() const {
762 int64_t mem = pool_->num_allocations();

Callers 4

total_bytes_allocatedMethod · 0.45
total_bytes_allocatedMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TEST_FFunction · 0.36