Home | History | Annotate | Download | only in include

Lines Matching refs:VG_

41 /* Can be called from VG_(tdict).malloc_malloc et al to do the actual
43 extern void* VG_(cli_malloc) ( SizeT align, SizeT nbytes );
44 extern void VG_(cli_free) ( void* p );
47 extern SizeT VG_(cli_malloc_usable_size)( void* p );
54 extern Long VG_(free_queue_volume);
55 extern Long VG_(free_queue_length);
58 extern Bool VG_(addr_is_in_block)( Addr a, Addr start,
67 extern Bool VG_(clo_trace_malloc);
70 extern UInt VG_(clo_alignment);
72 extern Bool VG_(replacement_malloc_process_cmd_line_option) ( const HChar* arg );
76 // provided by the tool, VG_(clo_redzone_size) and the minimum
78 // It is an error to call this before VG_(needs_malloc_replacement) has
80 extern SizeT VG_(malloc_effective_client_redzone_size)(void);