MCPcopy 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
69void SubAllocator::StopSubAllocator()
70{
71 if ( SubAllocatorSize )
72 {
73 SubAllocatorSize=0;
74 free(HeapStart);
75 }
76}
77
78
79bool SubAllocator::StartSubAllocator(int SASize)

Callers 2

CleanUpMethod · 0.80
DecodeInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected