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

Method Pop

BeefRT/gperftools/src/thread_cache.h:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 void* Pop() {
218 ASSERT(list_ != NULL);
219 length_--;
220 if (length_ < lowater_) lowater_ = length_;
221 return SLL_Pop(&list_);
222 }
223
224 void* Next() {
225 return SLL_Next(&list_);

Callers 1

AllocateMethod · 0.45

Calls 1

SLL_PopFunction · 0.70

Tested by

no test coverage detected