Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ insertAt
Method
insertAt
Libraries/unrar/suballoc.hpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
ushort Stamp, NU;
23
RARPPM_MEM_BLK* next, * prev;
24
void insertAt(RARPPM_MEM_BLK* p)
25
{
26
next=(prev=p)->next;
27
p->next=next->prev=this;
28
}
29
void remove()
30
{
31
prev->next=next;
Callers
1
GlueFreeBlocks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected