Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ StopSubAllocator
Method
StopSubAllocator
Libraries/unrar/suballoc.cpp:69–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
69
void SubAllocator::StopSubAllocator()
70
{
71
if ( SubAllocatorSize )
72
{
73
SubAllocatorSize=0;
74
free(HeapStart);
75
}
76
}
77
78
79
bool SubAllocator::StartSubAllocator(int SASize)
Callers
2
CleanUp
Method · 0.80
DecodeInit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected