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

Method num_allocations

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

Source from the content-addressed store, hash-verified

63 }
64
65 int64_t num_allocations() const { return num_allocs_.load(std::memory_order_acquire); }
66
67 inline void DidAllocateBytes(int64_t size) {
68 // Issue the load before everything else. max_memory_ is monotonically increasing,

Callers 1

num_allocationsFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected