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

Method length_overages

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

Return the number of times that length() has gone over max_length().

Source from the content-addressed store, hash-verified

183
184 // Return the number of times that length() has gone over max_length().
185 size_t length_overages() const {
186 return length_overages_;
187 }
188
189 void set_length_overages(size_t new_count) {
190 length_overages_ = new_count;

Callers 2

ListTooLongMethod · 0.80
PrintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected