MCPcopy 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
74void DLL_Init(Span* list) {
75 list->next = list;
76 list->prev = list;
77}
78
79void DLL_Remove(Span* span) {
80 span->prev->next = span->next;

Callers 3

PageHeapMethod · 0.70
InitStaticVarsMethod · 0.70
InitMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected