HomeSort by relevance Sort by last modified time
    Searched refs:VG_REPLACE_FUNCTION_EZU (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 202 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n); \
203 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n) \
217 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n); \
218 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n) \
237 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnname) (SizeT n); \
238 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnname) (SizeT n) \
402 void VG_REPLACE_FUNCTION_EZU(10040,soname,fnname) (void *zone, void *p); \
403 void VG_REPLACE_FUNCTION_EZU(10040,soname,fnname) (void *zone, void *p) \
414 void VG_REPLACE_FUNCTION_EZU(10050,soname,fnname) (void *p); \
415 void VG_REPLACE_FUNCTION_EZU(10050,soname,fnname) (void *p)
    [all...]
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 161 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ); \
162 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ) \
194 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ); \
195 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ) \
231 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
233 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
266 char* VG_REPLACE_FUNCTION_EZU(20040,soname,fnname) \
268 char* VG_REPLACE_FUNCTION_EZU(20040,soname,fnname) \
308 SizeT VG_REPLACE_FUNCTION_EZU(20050,soname,fnname) \
310 SizeT VG_REPLACE_FUNCTION_EZU(20050,soname,fnname)
    [all...]
  /external/valgrind/main/include/
pub_tool_redir.h 150 VG_REPLACE_FUNCTION_EZU(5-digit-tag,zEncodedSoname,fnname)
204 #define VG_REPLACE_FUNCTION_EZU(_eclasstag,_soname,_fnname) \

Completed in 167 milliseconds