MCPcopy Create free account
hub / github.com/beefytech/Beef / reserve

Method reserve

BeefySysLib/util/SizedArray.h:443–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441 }
442
443 void reserve(intptr size)
444 {
445 if (size > this->mAllocSize)
446 Grow(size);
447 }
448
449 void SetSize(intptr size)
450 {

Callers 11

DumpAddressMapFunction · 0.45
LoadMeshMethod · 0.45
DbgHeapAllocFunction · 0.45
CreateConstMethod · 0.45
CheckMethodMethod · 0.45
BlContextMethod · 0.45
ScanTypeDataMethod · 0.45
ParseSymbolDataMethod · 0.45
FinishMethod · 0.45
AssignRegsMethod · 0.45
GetOperandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected