Home
last modified time | relevance | path

Searched refs:VG_REPLACE_FUNCTION_EZU (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c230 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) \
503 void VG_REPLACE_FUNCTION_EZU(10040,soname,fnname) (void *zone, void *p); \
504 void VG_REPLACE_FUNCTION_EZU(10040,soname,fnname) (void *zone, void *p) \
516 void VG_REPLACE_FUNCTION_EZU(10050,soname,fnname) (void *p); \
517 void VG_REPLACE_FUNCTION_EZU(10050,soname,fnname) (void *p) \
[all …]
/external/valgrind/shared/
Dvg_replace_strmem.c183 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 ) \
284 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
286 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
323 char* VG_REPLACE_FUNCTION_EZU(20040,soname,fnname) \
325 char* VG_REPLACE_FUNCTION_EZU(20040,soname,fnname) \
368 SizeT VG_REPLACE_FUNCTION_EZU(20050,soname,fnname) \
370 SizeT VG_REPLACE_FUNCTION_EZU(20050,soname,fnname) \
[all …]
/external/valgrind/include/
Dpub_tool_redir.h207 #define VG_REPLACE_FUNCTION_EZU(_eclasstag,_soname,_fnname) \ macro