Searched refs:VG_REPLACE_FUNCTION_EZU (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 230 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n); \ 231 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n) \ 246 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n); \ 247 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n) \ 268 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnname) (SizeT n); \ 269 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnname) (SizeT n) \ 504 void VG_REPLACE_FUNCTION_EZU(10040,soname,fnname) (void *zone, void *p); \ 505 void VG_REPLACE_FUNCTION_EZU(10040,soname,fnname) (void *zone, void *p) \ 517 void VG_REPLACE_FUNCTION_EZU(10050,soname,fnname) (void *p); \ 518 void VG_REPLACE_FUNCTION_EZU(10050,soname,fnname) (void *p) \ [all …]
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 183 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ); \ 184 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ) \ 231 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ); \ 232 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ) \ 280 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \ 282 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \ 319 char* VG_REPLACE_FUNCTION_EZU(20040,soname,fnname) \ 321 char* VG_REPLACE_FUNCTION_EZU(20040,soname,fnname) \ 364 SizeT VG_REPLACE_FUNCTION_EZU(20050,soname,fnname) \ 366 SizeT VG_REPLACE_FUNCTION_EZU(20050,soname,fnname) \ [all …]
|
/external/valgrind/include/ |
D | pub_tool_redir.h | 205 #define VG_REPLACE_FUNCTION_EZU(_eclasstag,_soname,_fnname) \ macro
|