Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ Init
Method
Init
Libraries/unrar/rarvm.cpp:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
15
void RarVM::Init()
16
{
17
if (Mem==NULL)
18
Mem=new byte[VM_MEMSIZE+4];
19
}
20
21
22
void RarVM::Execute(VM_PreparedProgram *Prg)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected