Lines Matching refs:ThreadId

83 void  MC_(set_allocated_at) (ThreadId, MC_Chunk*);
84 void MC_(set_freed_at) (ThreadId, MC_Chunk*);
104 void* MC_(new_block) ( ThreadId tid,
108 void MC_(handle_free) ( ThreadId tid,
114 void MC_(mempool_alloc) ( ThreadId tid, Addr pool,
153 void* MC_(malloc) ( ThreadId tid, SizeT n );
154 void* MC_(__builtin_new) ( ThreadId tid, SizeT n );
155 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n );
156 void* MC_(memalign) ( ThreadId tid, SizeT align, SizeT n );
157 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 );
158 void MC_(free) ( ThreadId tid, void* p );
159 void MC_(__builtin_delete) ( ThreadId tid, void* p );
160 void MC_(__builtin_vec_delete) ( ThreadId tid, void* p );
161 void* MC_(realloc) ( ThreadId tid, void* p, SizeT new_size );
162 SizeT MC_(malloc_usable_size) ( ThreadId tid, void* p );
164 void MC_(handle_resizeInPlace)(ThreadId tid, Addr p,
468 void MC_(detect_memory_leaks) ( ThreadId tid, LeakCheckParams * lcp);
540 void MC_(record_address_error) ( ThreadId tid, Addr a, Int szB,
542 void MC_(record_cond_error) ( ThreadId tid, UInt otag );
543 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag );
544 void MC_(record_jump_error) ( ThreadId tid, Addr a );
546 void MC_(record_free_error) ( ThreadId tid, Addr a );
547 void MC_(record_illegal_mempool_error) ( ThreadId tid, Addr a );
548 void MC_(record_freemismatch_error) ( ThreadId tid, MC_Chunk* mc );
550 void MC_(record_overlap_error) ( ThreadId tid, const HChar* function,
552 void MC_(record_core_mem_error) ( ThreadId tid, const HChar* msg );
553 void MC_(record_regparam_error) ( ThreadId tid, const HChar* msg, UInt otag );
554 void MC_(record_memparam_error) ( ThreadId tid, Addr a,
556 void MC_(record_user_error) ( ThreadId tid, Addr a,
559 Bool MC_(record_leak_error) ( ThreadId tid,
566 Bool MC_(record_fishy_value_error) ( ThreadId tid, const HChar* function,