Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dRealMalloc
Function
dRealMalloc
Engine/source/platformWin32/winMemory.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
//--------------------------------------
55
56
void* dRealMalloc(dsize_t s)
57
{
58
return malloc(s);
59
}
60
61
void dRealFree(void* p)
62
{
Callers
1
allocPage
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected