MCPcopy 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
70void TSShapeAlloc::doAlloc()
71{
72 readOnly();
73
74 mDest = new S8[mSize];
75 mSize = 0;
76}
77
78void TSShapeAlloc::align32()
79{

Callers 1

readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected