Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DumpAddressMap
Function · 0.45
LoadMesh
Method · 0.45
DbgHeapAlloc
Function · 0.45
CreateConst
Method · 0.45
CheckMethod
Method · 0.45
BlContext
Method · 0.45
ScanTypeData
Method · 0.45
ParseSymbolData
Method · 0.45
Finish
Method · 0.45
AssignRegs
Method · 0.45
GetOperand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected