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

Method num_allocations

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

Source from the content-addressed store, hash-verified

759}
760
761int64_t LoggingMemoryPool::num_allocations() const {
762 int64_t mem = pool_->num_allocations();
763 std::cout << "num_allocations: " << mem << std::endl;
764 return mem;
765}
766
767std::string LoggingMemoryPool::backend_name() const { return pool_->backend_name(); }
768

Callers 4

check_allocated_bytesFunction · 0.45
num_allocationsMethod · 0.45
num_allocationsMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

check_allocated_bytesFunction · 0.36
TESTFunction · 0.36