Home
last modified time | relevance | path

Searched refs:S_Malloc (Results 1 – 25 of 37) sorted by relevance

12

/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dz_memman_pc.cpp509 void *S_Malloc( int iSize ) { in S_Malloc() function
649 out = (char *) S_Malloc (strlen(in)+1); in CopyString()
H A Dqcommon.h873 void *S_Malloc ( int iSize ); // NOT 0 filled memory only for small allocations
876 void *S_Malloc ( int iSize ); // NOT 0 filled memory only for small allocations
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dnet_chan.c503 new = S_Malloc(sizeof(packetQueue_t)); in NET_QueuePacket()
504 new->data = S_Malloc(length); in NET_QueuePacket()
H A Dqcommon.h1046 #define S_Malloc( size ) S_MallocDebug( size, # size, __FILE__, __LINE__ ) macro
1053 void *S_Malloc( int size ); // NOT 0 filled memory only for small allocations
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dqcommon.h680 #define S_Malloc(iSize) _D_S_Malloc ((iSize), __FILE__, __LINE__) // NOT 0 filled memory only for… macro
685 void *S_Malloc( int iSize ); // NOT 0 filled memory only for small allocations
H A Dz_memman_pc.cpp665 void *S_Malloc( int iSize ) in S_Malloc() function
977 out = (char *) S_Malloc (strlen(in)+1); in CopyString()
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dnet_chan.c548 new = S_Malloc(sizeof(packetQueue_t)); in NET_QueuePacket()
549 new->data = S_Malloc(length); in NET_QueuePacket()
H A Dqcommon.h877 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
884 void *S_Malloc( int size ); // NOT 0 filled memory only for small allocations
H A Dcmd.c604 cmd = S_Malloc (sizeof(cmd_function_t)); in Cmd_AddCommand()
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dnet_chan.c548 new = S_Malloc(sizeof(packetQueue_t)); in NET_QueuePacket()
549 new->data = S_Malloc(length); in NET_QueuePacket()
H A Dqcommon.h877 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
884 void *S_Malloc( int size ); // NOT 0 filled memory only for small allocations
H A Dcmd.c604 cmd = S_Malloc (sizeof(cmd_function_t)); in Cmd_AddCommand()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dnet_chan.c548 new = S_Malloc(sizeof(packetQueue_t)); in NET_QueuePacket()
549 new->data = S_Malloc(length); in NET_QueuePacket()
H A Dqcommon.h855 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
862 void *S_Malloc( int size ); // NOT 0 filled memory only for small allocations
H A Dcmd.c599 cmd = S_Malloc (sizeof(cmd_function_t)); in Cmd_AddCommand()
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dnet_chan.c548 new = S_Malloc(sizeof(packetQueue_t)); in NET_QueuePacket()
549 new->data = S_Malloc(length); in NET_QueuePacket()
H A Dqcommon.h910 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
917 void *S_Malloc( int size ); // NOT 0 filled memory only for small allocations
H A Dcmd.c612 cmd = S_Malloc (sizeof(cmd_function_t)); in Cmd_AddCommand()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dnet_chan.c548 new = S_Malloc(sizeof(packetQueue_t)); in NET_QueuePacket()
549 new->data = S_Malloc(length); in NET_QueuePacket()
H A Dqcommon.h910 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
917 void *S_Malloc( int size ); // NOT 0 filled memory only for small allocations
/dports/games/evq3/evq3/code/qcommon/
H A Dnet_chan.c548 new = S_Malloc(sizeof(packetQueue_t)); in NET_QueuePacket()
549 new->data = S_Malloc(length); in NET_QueuePacket()
H A Dqcommon.h863 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
870 void *S_Malloc( int size ); // NOT 0 filled memory only for small allocations
H A Dcmd.c584 cmd = S_Malloc (sizeof(cmd_function_t)); in Cmd_AddCommand()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dqcommon.h803 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
810 void *S_Malloc( int size ); // NOT 0 filled memory only for small allocations
H A Dcmd.c621 cmd = S_Malloc (sizeof(cmd_function_t)); in Cmd_AddCommand()

12