Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ total_bytes_allocated
Method
total_bytes_allocated
cpp/src/arrow/memory_pool.h:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
int64_t total_bytes_allocated() const {
62
return total_allocated_bytes_.load(std::memory_order_acquire);
63
}
64
65
int64_t num_allocations() const { return num_allocs_.load(std::memory_order_acquire); }
66
Callers
1
total_bytes_allocated
Function · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected