Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Allocate
Method · 0.45
Calls
1
SLL_Pop
Function · 0.70
Tested by
no test coverage detected