MCPcopy Create free account
hub / github.com/beefytech/Beef / length

Method length

BeefRT/gperftools/src/thread_cache.h:179–181  ·  view source on GitHub ↗

Return current length of list

Source from the content-addressed store, hash-verified

177
178 // Return current length of list
179 size_t length() const {
180 return length_;
181 }
182
183 // Return the maximum length of the list.
184 size_t max_length() const {

Callers 2

freelist_lengthMethod · 0.45
DeallocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected