OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_malloc
(Results
1 - 4
of
4
) sorted by null
/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/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 );
Completed in 1066 milliseconds