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

Method num_allocations

cpp/src/arrow/memory_pool.cc:756–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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