Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dMalloc_r
Function
dMalloc_r
Engine/source/platform/platformMemory.cpp:1751–1754 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1749
}
1750
1751
void* dMalloc_r(dsize_t in_size, const char* fileName, const dsize_t line)
1752
{
1753
return Memory::alloc(in_size, false, fileName, line);
1754
}
1755
1756
void dFree(void* in_pFree)
1757
{
Callers
4
allocateObject
Method · 0.85
dStrdup_r
Function · 0.85
VectorResize
Function · 0.85
allocInline
Method · 0.85
Calls
1
alloc
Function · 0.85
Tested by
no test coverage detected