Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ PushRange
Method
PushRange
libs/tcmalloc-1.4/src/thread_cache.h:214–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
void PushRange(int N, void *start, void *end) {
215
SLL_PushRange(&list_, start, end);
216
length_ += N;
217
}
218
219
void PopRange(int N, void **start, void **end) {
220
SLL_PopRange(&list_, N, start, end);
Callers
1
FetchFromCentralCache
Method · 0.80
Calls
1
SLL_PushRange
Function · 0.85
Tested by
no test coverage detected