MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dRealloc_r

Function dRealloc_r

Engine/source/platform/platformMemory.cpp:1761–1764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1759}
1760
1761void* dRealloc_r(void* in_pResize, dsize_t in_size, const char* fileName, const dsize_t line)
1762{
1763 return Memory::realloc(in_pResize, in_size, fileName, line);
1764}
1765
1766AFTER_MODULE_INIT( Sim )
1767{

Callers 1

VectorResizeFunction · 0.85

Calls 1

reallocFunction · 0.85

Tested by

no test coverage detected