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

Method total_bytes_allocated

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

Source from the content-addressed store, hash-verified

748}
749
750int64_t LoggingMemoryPool::total_bytes_allocated() const {
751 int64_t mem = pool_->total_bytes_allocated();
752 std::cout << "total_bytes_allocated: " << mem << std::endl;
753 return mem;
754}
755
756int64_t LoggingMemoryPool::num_allocations() const {
757 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