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

Method max_length

BeefRT/gperftools/src/thread_cache.h:184–186  ·  view source on GitHub ↗

Return the maximum length of the list.

Source from the content-addressed store, hash-verified

182
183 // Return the maximum length of the list.
184 size_t max_length() const {
185 return max_length_;
186 }
187
188 // Set the maximum length of the list. If 'new_max' > length(), the
189 // client is responsible for removing objects from the list.

Callers 4

FetchFromCentralCacheMethod · 0.45
ListTooLongMethod · 0.45
ScavengeMethod · 0.45
DeallocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected