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

Method PopRange

BeefRT/gperftools/src/thread_cache.h:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 }
232
233 void PopRange(int N, void **start, void **end) {
234 SLL_PopRange(&list_, N, start, end);
235 ASSERT(length_ >= N);
236 length_ -= N;
237 if (length_ < lowater_) lowater_ = length_;
238 }
239 };
240
241 // Gets and returns an object from the central cache, and, if possible,

Callers 1

ReleaseToCentralCacheMethod · 0.45

Calls 1

SLL_PopRangeFunction · 0.70

Tested by

no test coverage detected