MCPcopy 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

GetThreadStatsMethod · 0.45

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected