Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Next
Method
Next
BeefRT/gperftools/src/thread_cache.h:224–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
void* Next() {
225
return SLL_Next(&list_);
226
}
227
228
void PushRange(int N, void *start, void *end) {
229
SLL_PushRange(&list_, start, end);
Callers
1
Deallocate
Method · 0.45
Calls
1
SLL_Next
Function · 0.70
Tested by
no test coverage detected