Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ align32
Method
align32
Engine/source/ts/tsShapeAlloc.cpp:78–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void TSShapeAlloc::align32()
79
{
80
readOnly();
81
82
S32 aligned = mSize+3 & (~0x3);
83
allocShape8(aligned-mSize);
84
}
85
86
#define IMPLEMENT_ALLOC(suffix,type) \
87
\
Callers
3
assembleShape
Method · 0.80
assemble
Method · 0.80
assemble
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected