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

Method PopRange

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

Source from the content-addressed store, hash-verified

217 }
218
219 void PopRange(int N, void **start, void **end) {
220 SLL_PopRange(&list_, N, start, end);
221 ASSERT(length_ >= (unsigned int)N);
222 length_ -= N;
223 if (length_ < lowater_) lowater_ = length_;
224 }
225 };
226
227 // The number of bytes one ThreadCache will steal from another when

Callers 1

ReleaseToCentralCacheMethod · 0.80

Calls 1

SLL_PopRangeFunction · 0.85

Tested by

no test coverage detected