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

Lines Matching full:threadid

286 static Seg* add_new_segment ( ThreadId tid, Addr p, SizeT size )
303 void* alloc_and_new_mem_heap ( ThreadId tid,
319 static void die_and_free_mem_heap ( ThreadId tid, Seg* seg )
335 static void handle_free_heap( ThreadId tid, void* p )
350 void* h_replace_malloc ( ThreadId tid, SizeT n )
356 void* h_replace___builtin_new ( ThreadId tid, SizeT n )
362 void* h_replace___builtin_vec_new ( ThreadId tid, SizeT n )
368 void* h_replace_memalign ( ThreadId tid, SizeT align, SizeT n )
374 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 )
380 void h_replace_free ( ThreadId tid, void* p )
398 void h_replace___builtin_delete ( ThreadId tid, void* p )
403 void h_replace___builtin_vec_delete ( ThreadId tid, void* p )
408 void* h_replace_realloc ( ThreadId tid, void* p_old, SizeT new_size )
452 SizeT h_replace_malloc_usable_size ( ThreadId tid, void* p )