/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_memory_debug.h | 48 debug_malloc(const char *file, unsigned line, const char *function, 72 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
|
/external/mesa3d/src/gallium/auxiliary/os/ |
os_memory_debug.h | 48 debug_malloc(const char *file, unsigned line, const char *function, 72 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
|
/external/libvorbis/lib/ |
misc.h | 33 #ifdef DEBUG_MALLOC
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_debug_memory.c | 110 debug_malloc(const char *file, unsigned line, const char *function, function 185 void *ptr = debug_malloc( file, line, function, count * size ); 200 return debug_malloc( file, line, function, new_size );
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_memory.c | 110 debug_malloc(const char *file, unsigned line, const char *function, function 185 void *ptr = debug_malloc( file, line, function, count * size ); 200 return debug_malloc( file, line, function, new_size );
|
/external/valgrind/main/coregrind/ |
m_mallocfree.c | 51 // #define DEBUG_MALLOC // turn on heavyweight debugging machinery 692 # ifdef DEBUG_MALLOC [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ |
cryptlib.c | 149 "debug_malloc",
|
/external/openssl/crypto/ |
cryptlib.c | 149 "debug_malloc",
|