Home
last modified time | relevance | path

Searched defs:Z_Realloc (Results 1 – 13 of 13) sorted by relevance

/dports/games/prboom/prboom-2.5.0/src/
H A Dz_zone.h80 void *(Z_Realloc)(void *p, size_t n, int tag, void **user DA(const char *, int)); variable
94 #define Z_Realloc(a,b,c,d) (Z_Realloc) (a,b,c,d,__FILE__,__LINE__) macro
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dz_zone.h80 void *(Z_Realloc)(void *p, size_t n, int tag, void **user DA(const char *, int)); variable
94 #define Z_Realloc(a,b,c,d) (Z_Realloc) (a,b,c,d,__FILE__,__LINE__) macro
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dz_zone.h75 void *(Z_Realloc)(void *p, size_t n, int tag, void **user DA(const char *, int)); variable
H A Dz_zone.c288 void *Z_Realloc(void *ptr, size_t n, int tag, void **user) in Z_Realloc() function
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dz_zone.h106 #define Z_Realloc(p,s,t,u) Z_ReallocAlign(p, s, t, u, 0) macro
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Dz_zone.c781 void Z_Realloc (void ** ptr, int newsize) in Z_Realloc() function
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dzone.c217 void *Z_Realloc(void *ptr, int size) in Z_Realloc() function
H A Dr_part_fte.c126 #define Z_Realloc realloc macro
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dzone.c273 void *Z_Realloc(const void *ptr, int size) in Z_Realloc() function
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/src/
H A Dmemoryzone.c649 void *Z_Realloc(void *ptr, size_t n, int mallocTag) in Z_Realloc() function
/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dzone.c286 Z_Realloc (memzone_t *zone, void *ptr, int size) in Z_Realloc() function
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dzone.c295 void *Z_Realloc (void *ptr, int size, int zone_id) in Z_Realloc() function
/dports/games/q2pro/q2pro/source/
H A Dcommon.c607 void *Z_Realloc( void *ptr, size_t size ) { in Z_Realloc() function