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

Method Push

BeefRT/gperftools/src/thread_cache.h:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 void clear_lowwatermark() { lowater_ = length_; }
211
212 void Push(void* ptr) {
213 SLL_Push(&list_, ptr);
214 length_++;
215 }
216
217 void* Pop() {
218 ASSERT(list_ != NULL);

Callers 1

DeallocateMethod · 0.45

Calls 1

SLL_PushFunction · 0.70

Tested by

no test coverage detected