MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Malloc

Method Malloc

code/game/Q3_Interface.cpp:11263–11266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11261}
11262
11263void* CQuake3GameInterface::Malloc( int size )
11264{
11265 return gi.Malloc( size, TAG_ICARUS, qtrue );
11266}
11267
11268float CQuake3GameInterface::MaxFloat(void)
11269{

Callers 15

WriteLevelLocalsFunction · 0.80
ReadLevelLocalsFunction · 0.80
NAV_StoreWaypointFunction · 0.80
ICARUS_RegisterScriptFunction · 0.80
G_AllocFunction · 0.80
MallocFunction · 0.80
BG_VehWeaponLoadParmsFunction · 0.80
BG_VehicleLoadParmsFunction · 0.80
G_CreateAnimalNPCFunction · 0.80
WriteLevelLocalsFunction · 0.80
ReadLevelLocalsFunction · 0.80
ReadGEntitiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected