MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / RemoveNode

Method RemoveNode

Libraries/unrar/suballoc.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30inline void* SubAllocator::RemoveNode(int indx)
31{
32 RAR_NODE* RetVal=FreeList[indx].next;
33 FreeList[indx].next=RetVal->next;
34 return RetVal;
35}
36
37
38inline uint SubAllocator::U2B(int NU)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected