Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ freelist_length
Method
freelist_length
BeefRT/gperftools/src/thread_cache.h:94–94 ·
view source on GitHub ↗
Accessors (mostly just for printing stats)
Source
from the content-addressed store, hash-verified
92
93
// Accessors (mostly just for printing stats)
94
int freelist_length(size_t cl) const { return list_[cl].length(); }
95
96
// Total byte size in cache
97
size_t Size() const { return size_; }
Callers
1
GetThreadStats
Method · 0.45
Calls
1
length
Method · 0.45
Tested by
no test coverage detected