Home
last modified time | relevance | path

Searched refs:debug_realloc (Results 1 – 25 of 64) sorted by relevance

123

/dports/games/gltron/gltron-0.70/lua/src/
H A Dlmem.c32 #define realloc(b, s) debug_realloc(b, s)
33 #define malloc(b) debug_realloc(NULL, b)
34 #define free(b) debug_realloc(b, 0)
74 static void *debug_realloc (void *block, size_t size) { in debug_realloc() function
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dlmem.c32 #define realloc(b, s) debug_realloc(b, s)
33 #define malloc(b) debug_realloc(NULL, b)
34 #define free(b) debug_realloc(b, 0)
74 static void *debug_realloc (void *block, size_t size) { in debug_realloc() function
/dports/games/zangband/zangband/src/lua/
H A Dlmem.c32 #define realloc(b, s) debug_realloc(b, s)
33 #define malloc(b) debug_realloc(NULL, b)
34 #define free(b) debug_realloc(b, 0)
74 static void *debug_realloc (void *block, size_t size) { in debug_realloc() function
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Ddebug.h161 void* debug_realloc(
190 #define realloc(p__,len__) debug_realloc((p__),(len__),__FILE__,__LINE__)
193 #define REALLOC_OR_DIE(cast,src_and_target,newsize,tag) if(((src_and_target)=(cast)debug_realloc((s…
200 #define realloc(p__,len__) debug_realloc((p__),(len__),__FILE__,__LINE__)
203 #define REALLOC_OR_DIE(cast,src_and_target,newsize,tag) if(((src_and_target)=(cast)debug_realloc((s…
/dports/science/afni/afni-AFNI_21.3.16/src/gifsicledir/
H A Ddmalloc.h8 void *debug_realloc(void *, size_t);
19 #define debug_realloc(p,s) debug_realloc_id((p),(s),__FILE__,__LINE__) macro
H A Ddmalloc.c125 #undef debug_realloc
135 debug_realloc(void *p, size_t k) in debug_realloc() function
/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/gallium/auxiliary/os/
H A Dos_memory_debug.h60 debug_realloc(const char *file, unsigned line, const char *function,
87 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/util/
H A Dos_memory_debug.h57 debug_realloc(const char *file, unsigned line, const char *function,
90 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/dports/lang/clover/mesa-21.3.6/src/util/
H A Dos_memory_debug.h57 debug_realloc(const char *file, unsigned line, const char *function,
90 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/dports/graphics/libosmesa/mesa-21.3.6/src/util/
H A Dos_memory_debug.h57 debug_realloc(const char *file, unsigned line, const char *function,
90 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/dports/graphics/mesa-libs/mesa-21.3.6/src/util/
H A Dos_memory_debug.h57 debug_realloc(const char *file, unsigned line, const char *function,
90 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/util/
H A Dos_memory_debug.h57 debug_realloc(const char *file, unsigned line, const char *function,
90 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/util/
H A Dos_memory_debug.h57 debug_realloc(const char *file, unsigned line, const char *function,
90 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/util/
H A Dos_memory_debug.h57 debug_realloc(const char *file, unsigned line, const char *function,
90 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/util/
H A Dos_memory_debug.h57 debug_realloc(const char *file, unsigned line, const char *function,
90 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/util/
H A Dos_memory_debug.h57 debug_realloc(const char *file, unsigned line, const char *function,
90 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/
H A Dos_memory_debug.h57 debug_realloc(const char *file, unsigned line, const char *function,
90 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/dports/graphics/mesa-dri/mesa-21.3.6/src/util/
H A Dos_memory_debug.h57 debug_realloc(const char *file, unsigned line, const char *function,
90 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
/dports/mail/bmf/bmf-0.9.4/
H A Ddbg.h23 void* debug_realloc ( cpchar file, uint line, void* p, size_t n );
30 #define realloc(p,n) debug_realloc (__FILE__,__LINE__,p,n)
/dports/graphics/epstool/epstool-3.09/src/
H A Dcommon.h171 # define realloc debug_realloc
174 void * debug_realloc(void *block, size_t size);
/dports/x11-fm/fsv2/fsv2-1.1.0/debugloc/
H A Ddebug.h29 #define xrealloc(block, size) debug_realloc( block, size, __FILE__, __LINE__ )
54 void *debug_realloc( void *block, size_t size, const char *source_file, int source_line );
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/
H A Ddebug_malloc.h20 void *debug_realloc(void *ptr, size_t old_sz, size_t new_sz);
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/
H A Ddebug_malloc.h20 void *debug_realloc(void *ptr, size_t old_sz, size_t new_sz);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.h70 void *debug_realloc(void *, size_t, const char *, int);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.h70 void *debug_realloc(void *, size_t, const char *, int);

123