Home | History | Annotate | Download | only in exp-ptrcheck

Lines Matching full:threadid

59 void* h_replace_malloc ( ThreadId tid, SizeT n );
60 void* h_replace___builtin_new ( ThreadId tid, SizeT n );
61 void* h_replace___builtin_vec_new ( ThreadId tid, SizeT n );
62 void* h_replace_memalign ( ThreadId tid, SizeT align, SizeT n );
63 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 );
64 void h_replace_free ( ThreadId tid, void* p );
65 void h_replace___builtin_delete ( ThreadId tid, void* p );
66 void h_replace___builtin_vec_delete ( ThreadId tid, void* p );
67 void* h_replace_realloc ( ThreadId tid, void* p_old, SizeT new_size );
68 SizeT h_replace_malloc_usable_size ( ThreadId tid, void* p );
75 void h_pre_mem_access ( CorePart part, ThreadId tid, Char* s,
77 void h_pre_mem_read_asciiz ( CorePart part, ThreadId tid,
80 void h_post_reg_write_demux ( CorePart part, ThreadId tid,
82 void h_post_reg_write_clientcall(ThreadId tid, PtrdiffT guest_state_offset,
85 void h_pre_syscall ( ThreadId tid, UInt syscallno,
87 void h_post_syscall ( ThreadId tid, UInt syscallno,