Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ GetAllocatedMemory
Method
GetAllocatedMemory
Libraries/unrar/suballoc.hpp:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
inline void* ShrinkUnits(void* ptr,int OldNU,int NewNU);
79
inline void FreeUnits(void* ptr,int OldNU);
80
long GetAllocatedMemory() {return(SubAllocatorSize);}
81
82
byte *pText, *UnitsStart,*HeapEnd,*FakeUnitsStart;
83
};
Callers
1
DecodeInit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected