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/io/file_test.cc:485–485 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
483
int64_t bytes_allocated() const override { return -1; }
484
485
int64_t total_bytes_allocated() const override { return -1; }
486
487
std::string backend_name() const override { return
"my"
; }
488
Callers
2
TEST
Function · 0.45
Stop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected