MCPcopy 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
66void *dMalloc_aligned(dsize_t in_size, S32 alignment)
67{
68 return _mm_malloc(in_size, alignment);
69}
70
71void dFree_aligned(void* p)
72{

Callers 8

initVertexFeaturesMethod · 0.50
assembleShapeMethod · 0.50
SkySphereMethod · 0.50
WaterObjectMethod · 0.50
ScatterSkyMethod · 0.50
SkyBoxMethod · 0.50
SunMethod · 0.50
RenderPassManagerMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected