Lines Matching defs:VG_
27 void* VG_(malloc)(const HChar* cc, SizeT nbytes) in VG_() function
29 void VG_(free)(void* p) in VG_() function
31 void VG_(assert_fail)(Bool isCore, const HChar* assertion, const HChar* file, in VG_() function
47 void* VG_(memset)(void *s, Int c, SizeT sz) in VG_() function
49 void* VG_(memcpy)(void *d, const void *s, SizeT sz) in VG_() function
51 void* VG_(memmove)(void *d, const void *s, SizeT sz) in VG_() function
53 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) in VG_() function
55 UInt VG_(printf)(const HChar *format, ...) in VG_() function
57 UInt VG_(message)(VgMsgKind kind, const HChar* format, ...) in VG_() function
61 void VG_(vcbprintf)(void(*char_sink)(HChar, void* opaque), in VG_() function
65 void VG_(ssort)( void* base, SizeT nmemb, SizeT size, in VG_() function