Searched refs:debug_malloc (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dos_memory_debug.h48 debug_malloc(const char *file, unsigned line, const char *function,
81 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_memory_debug.h45 debug_malloc(const char *file, unsigned line, const char *function,
84 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
H A Du_debug_memory.c124 debug_malloc(const char *file, unsigned line, const char *function, function in typeref:typename:void *
215 void *ptr = debug_malloc( file, line, function, count * size );
230 return debug_malloc( file, line, function, new_size );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_memory.c125 debug_malloc(const char *file, unsigned line, const char *function, function in typeref:typename:void *
216 void *ptr = debug_malloc( file, line, function, count * size );
231 return debug_malloc( file, line, function, new_size );
/xsrc/external/mit/xterm/dist/
H A Dconfigure24146 echo "$as_me:24146: checking for debug_malloc in -ldbmalloc" >&5
24147 echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6
24163 char debug_malloc (void);
24167 debug_malloc ();
H A Daclocal.m43906 [AC_CHECK_LIB(dbmalloc,[debug_malloc]ifelse([$1],,[],[,$1]))])

Completed in 79 milliseconds