Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dMalloc_aligned
Function
dMalloc_aligned
Engine/source/platformWin32/winMemory.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void *dMalloc_aligned(dsize_t in_size, S32 alignment)
67
{
68
return _mm_malloc(in_size, alignment);
69
}
70
71
void dFree_aligned(void* p)
72
{
Callers
8
initVertexFeatures
Method · 0.50
assembleShape
Method · 0.50
SkySphere
Method · 0.50
WaterObject
Method · 0.50
ScatterSky
Method · 0.50
SkyBox
Method · 0.50
Sun
Method · 0.50
RenderPassManager
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected