Home
last modified time | relevance | path

Searched defs:S_Malloc (Results 1 – 19 of 19) sorted by relevance

/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
H A Dz_memman_pc.cpp665 void *S_Malloc( int iSize ) in S_Malloc() function
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dz_memman_pc.cpp509 void *S_Malloc( int iSize ) { in S_Malloc() function
/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
H A Dcommon.c1020 void *S_Malloc( int size ) { function
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dqcommon.h877 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
H A Dcommon.c1035 void *S_Malloc( int size ) { function
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dqcommon.h877 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
H A Dcommon.c1035 void *S_Malloc( int size ) { function
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dqcommon.h855 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
H A Dcommon.c1031 void *S_Malloc( int size ) { function
/dports/games/evq3/evq3/code/qcommon/
H A Dqcommon.h863 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
H A Dcommon.c1023 void *S_Malloc( int size ) { function
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dqcommon.h910 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
H A Dcommon.c1036 void *S_Malloc( int size ) { function
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dqcommon.h910 #define S_Malloc(size) S_MallocDebug(size, #size, __FILE__, __LINE__) macro
H A Dcommon.c1036 void *S_Malloc( int size ) { function
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dqcommon.h1046 #define S_Malloc( size ) S_MallocDebug( size, # size, __FILE__, __LINE__ ) macro
H A Dcommon.c1071 void *S_Malloc( int size ) { function