Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ DLL_Init
Function
DLL_Init
BeefTools/BeefMem/gperftools/src/span.cc:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void DLL_Init(Span* list) {
75
list->next = list;
76
list->prev = list;
77
}
78
79
void DLL_Remove(Span* span) {
80
span->prev->next = span->next;
Callers
3
PageHeap
Method · 0.70
InitStaticVars
Method · 0.70
Init
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected