Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ dRealFree
Function
dRealFree
Engine/source/platformWin32/winMemory.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void dRealFree(void* p)
62
{
63
free(p);
64
}
65
66
void *dMalloc_aligned(dsize_t in_size, S32 alignment)
67
{
Callers
1
memoryError
Function · 0.50
Calls
1
free
Function · 0.85
Tested by
no test coverage detected