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

Method Alloc

Libraries/unrar/array.hpp:139–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139template <class T> void Array<T>::Alloc(size_t Items)
140{
141 if (Items>AllocSize)
142 Add(Items-BufSize);
143 else
144 BufSize=Items;
145}
146
147
148template <class T> void Array<T>::Reset()

Callers 15

ResetMethod · 0.80
RestoreMethod · 0.80
ReadHeaderMethod · 0.80
ArcCharToWideFunction · 0.80
ParseCommandLineMethod · 0.80
RecVolumes3Method · 0.80
UnpWriteBufMethod · 0.80
ApplyFilterMethod · 0.80
ReadTextFileFunction · 0.80
ReadHeader15Method · 0.80
ProcessExtra50Method · 0.80
ReadSubDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected