MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / dRealMalloc

Function dRealMalloc

engine/source/platformEmscripten/EmscriptenMemory.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27//-----------------------------------------------------------------------------
28
29void* dRealMalloc(dsize_t in_size)
30{
31 return malloc(in_size);
32}
33
34//-----------------------------------------------------------------------------
35

Callers 1

openMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected