MCPcopy 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
1751void* 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
1756void dFree(void* in_pFree)
1757{

Callers 4

allocateObjectMethod · 0.85
dStrdup_rFunction · 0.85
VectorResizeFunction · 0.85
allocInlineMethod · 0.85

Calls 1

allocFunction · 0.85

Tested by

no test coverage detected