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

Function num_allocations

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

Source from the content-addressed store, hash-verified

277 }
278
279 int64_t num_allocations() const override { return wrapped_->num_allocations(); }
280
281 std::string backend_name() const override { return wrapped_->backend_name(); }
282

Callers

nothing calls this directly

Calls 1

num_allocationsMethod · 0.45

Tested by

no test coverage detected