Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ num_allocations
Method
num_allocations
cpp/src/arrow/io/file_test.cc:496–496 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
494
std::string backend_name() const override { return
"my"
; }
495
496
int64_t num_allocations() const override { return num_allocations_.load(); }
497
498
private:
499
std::atomic<int64_t> num_allocations_;
Callers
3
TEST_F
Function · 0.45
Start
Method · 0.45
Stop
Method · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected