MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / U2B

Method U2B

Libraries/unrar/suballoc.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38inline uint SubAllocator::U2B(int NU)
39{
40 // We calculate the size of units in bytes based on real UNIT_SIZE.
41 // In original implementation it was 8*NU+4*NU.
42 return UNIT_SIZE*NU;
43}
44
45
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected