Home
last modified time | relevance | path

Searched refs:SafeLevelMalloc (Results 1 – 3 of 3) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_util.h58 void *SafeLevelMalloc (long size);
H A Drt_net.c253 PlayerCmds[i]=(CommandType *)SafeLevelMalloc(sizeof(CommandType)); in InitializeGameCommands()
256 PlayerCommand(i,j)=SafeLevelMalloc(size); in InitializeGameCommands()
264 LocalCmds=(CommandType *)SafeLevelMalloc(sizeof(CommandType)); in InitializeGameCommands()
271 LocalCommand(j)=SafeLevelMalloc(size); in InitializeGameCommands()
275 CommandState[0]=(CommandStatusType *)SafeLevelMalloc(sizeof(CommandStatusType)); in InitializeGameCommands()
H A Drt_util.c735 void *SafeLevelMalloc (long size) in SafeLevelMalloc() function