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:492–492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
490
int64_t bytes_allocated() const override { return -1; }
491
492
int64_t total_bytes_allocated() const override { return -1; }
493
494
std::string backend_name() const override { return
"my"
; }
495
Callers
2
TEST
Function · 0.45
Stop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected