MCPcopy Create free account
hub / github.com/devosoft/avida / max_length

Method max_length

libs/tcmalloc-1.4/src/thread_cache.h:174–176  ·  view source on GitHub ↗

Return the maximum length of the list.

Source from the content-addressed store, hash-verified

172
173 // Return the maximum length of the list.
174 size_t max_length() const {
175 return max_length_;
176 }
177
178 // Set the maximum length of the list. If 'new_max' > length(), the
179 // client is responsible for removing objects from the list.

Callers 5

FetchFromCentralCacheMethod · 0.80
ListTooLongMethod · 0.80
ScavengeMethod · 0.80
PrintMethod · 0.80
DeallocateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected