Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ doAlloc
Method
doAlloc
Engine/source/ts/tsShapeAlloc.cpp:70–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void TSShapeAlloc::doAlloc()
71
{
72
readOnly();
73
74
mDest = new S8[mSize];
75
mSize = 0;
76
}
77
78
void TSShapeAlloc::align32()
79
{
Callers
1
read
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected