Searched refs:debug_malloc (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | os_memory_debug.h | 48 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 D | os_memory_debug.h | 45 debug_malloc(const char *file, unsigned line, const char *function, 84 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
|
| H A D | u_debug_memory.c | 124 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 D | u_debug_memory.c | 125 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 D | configure | 24146 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 D | aclocal.m4 | 3906 [AC_CHECK_LIB(dbmalloc,[debug_malloc]ifelse([$1],,[],[,$1]))])
|
Completed in 79 milliseconds